@egovernments/digit-ui-health-css 0.3.2 → 0.3.3
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/CHANGELOG.md +22 -11
- package/dist/index.css +3679 -858
- package/dist/index.min.css +2 -2
- package/package.json +4 -1
- package/src/components/microplan.scss +28 -0
- package/src/components/microplanning.scss +3 -1
- package/src/index.scss +3 -1
- package/src/pages/employee/campaign.scss +541 -28
- package/src/pages/employee/campaignCommon.scss +345 -0
- package/src/pages/employee/campaignCycle.scss +3 -2
- package/src/pages/employee/coreOverride.scss +39 -6
- package/src/pages/employee/healthdss.scss +1400 -0
- package/src/pages/employee/hrmsupdate.scss +14 -0
- package/src/pages/employee/index.scss +440 -30
- package/src/pages/employee/mapview.scss +36 -0
- package/src/pages/employee/mycampaignsnew.scss +110 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,39 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.3 - 2025-7-10
|
|
4
|
+
|
|
5
|
+
#### Admin console
|
|
6
|
+
1. App configuration CSS
|
|
7
|
+
2. Updated Console CSS
|
|
8
|
+
|
|
9
|
+
|
|
3
10
|
## 0.3.2 - 2025-3-19
|
|
4
11
|
#### Admin console , Microplan & Payments
|
|
5
12
|
1. Updated Payment module CSS
|
|
6
13
|
|
|
7
14
|
## 0.3.1 - 2025-2-11
|
|
15
|
+
|
|
8
16
|
#### Admin console , Microplan & Payments
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
17
|
+
|
|
18
|
+
1. Campaign Manager Module CSS
|
|
19
|
+
2. Boundary Manager Module CSS
|
|
20
|
+
3. Microplan Module CSS
|
|
21
|
+
4. Payments Module CSS
|
|
22
|
+
5. Other Core Override CSS
|
|
14
23
|
|
|
15
24
|
## 0.3.0 - 2024-12-03
|
|
25
|
+
|
|
16
26
|
#### Base Admin console & microplan web
|
|
17
|
-
1. Campaign Manager Module CSS
|
|
18
|
-
2. Boundary Manager Module CSS
|
|
19
|
-
3. Microplan Module CSS
|
|
20
|
-
4. Other Core Override CSS
|
|
21
27
|
|
|
28
|
+
1. Campaign Manager Module CSS
|
|
29
|
+
2. Boundary Manager Module CSS
|
|
30
|
+
3. Microplan Module CSS
|
|
31
|
+
4. Other Core Override CSS
|
|
22
32
|
|
|
23
33
|
## [0.1.20]
|
|
24
|
-
- Updated Loader with text styles
|
|
25
34
|
|
|
35
|
+
- Updated Loader with text styles
|
|
26
36
|
|
|
27
37
|
## [0.1.1]
|
|
28
|
-
|
|
38
|
+
|
|
39
|
+
- Base CSS
|