@egovernments/digit-ui-health-css 0.1.21 → 0.1.22-rc19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +20 -8
- package/dist/index.css +6 -5398
- package/package.json +40 -30
- package/src/components/microplan.scss +408 -139
- package/src/components/microplanning.scss +104 -27
- package/src/index.scss +8 -6
- package/src/pages/employee/appConfiguration.scss +508 -0
- package/src/pages/employee/campaign.scss +1017 -28
- package/src/pages/employee/campaignCommon.scss +341 -0
- package/src/pages/employee/campaignCycle.scss +113 -31
- package/src/pages/employee/campaignTemplates.scss +164 -0
- package/src/pages/employee/checklist.scss +469 -0
- package/src/pages/employee/coreOverride.scss +93 -28
- package/src/pages/employee/facility.scss +51 -37
- package/src/pages/employee/fetchFromMicroplan.scss +28 -0
- package/src/pages/employee/formulaConfig.scss +9 -4
- package/src/pages/employee/hcmworkbench.scss +3 -5
- package/src/pages/employee/healthdss.scss +1402 -0
- package/src/pages/employee/hrmsupdate.scss +14 -0
- package/src/pages/employee/index.scss +701 -391
- package/src/pages/employee/mapview.scss +338 -0
- package/src/pages/employee/microplanInbox.scss +124 -1
- package/src/pages/employee/mycampaignsnew.scss +113 -0
- package/src/pages/employee/payment.scss +162 -0
- package/src/pages/employee/villageView.scss +43 -39
- package/src/theme-variables.css +102 -0
- package/src/typography.scss +500 -502
- package/CHANGELOG.md +0 -8
- package/dist/index.min.css +0 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
## digit-ui-health-css
|
|
2
2
|
|
|
3
3
|
## Install
|
|
4
4
|
|
|
@@ -34,19 +34,31 @@ frontend/micro-ui/web/public/index.html
|
|
|
34
34
|
```jsx
|
|
35
35
|
/** add this import **/
|
|
36
36
|
|
|
37
|
-
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.
|
|
37
|
+
<link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-health-css@0.3.0/dist/index.css" />
|
|
38
38
|
|
|
39
39
|
```
|
|
40
|
-
### Changelog
|
|
41
40
|
|
|
42
|
-
```bash
|
|
43
41
|
|
|
44
|
-
|
|
42
|
+
## List of features available in this package were as follows
|
|
45
43
|
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
1. Campaign Management
|
|
45
|
+
2. Checklist Management
|
|
46
|
+
3. Boundary Management
|
|
47
|
+
4. Microplanning
|
|
48
|
+
5. Campaign Settings
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Contributors
|
|
48
52
|
|
|
49
|
-
[jagankumar-egov]
|
|
53
|
+
- [jagankumar-egov](https://github.com/jagankumar-egov)
|
|
54
|
+
- [nabeelmd-egov](https://github.com/nabeelmd-egov)
|
|
55
|
+
- [Bhavya-egov](https://github.com/Bhavya-egov)
|
|
56
|
+
- [nipunarora-eGov](https://github.com/nipunarora-eGov)
|
|
57
|
+
- [Swathi-egov](https://github.com/Swathi-egov)
|
|
58
|
+
- [suryansh-egov](https://github.com/suryansh-egov)
|
|
59
|
+
- [ramkrishna-egov](https://github.com/ramkrishna-egov)
|
|
60
|
+
- [rachna-egov](https://github.com/rachna-egov)
|
|
61
|
+
- [pitabash-eGov](https://github.com/pitabash-eGov)
|
|
50
62
|
|
|
51
63
|
### Published from DIGIT Frontend
|
|
52
64
|
DIGIT Frontend Repo (https://github.com/egovernments/Digit-Frontend/tree/console)
|