@egovernments/digit-ui-components-css 0.2.1 → 0.2.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 +29 -0
- package/dist/index.css +986 -71
- package/dist/index.min.css +4 -3
- package/package.json +4 -2
- package/src/digitv2/components/cardV2.scss +7 -1
- package/src/digitv2/components/fieldV1.scss +102 -0
- package/src/digitv2/components/multiSelectDropdownV2.scss +5 -0
- package/src/digitv2/components/textInputV2.scss +16 -0
- package/src/digitv2/components/toggleV2.scss +76 -1
- package/src/digitv2/pages/employee/boundaryFilter.scss +63 -0
- package/src/digitv2/pages/employee/inboxsearchcomposer.scss +122 -0
- package/src/digitv2/pages/employee/index.scss +2 -1
- package/src/digitv2/pages/employee/reactdatatable.scss +2 -2
- package/src/index.scss +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.2.3] - 2025-10-23
|
|
8
|
+
### Enhancement CSS & Styling Updates
|
|
9
|
+
#### Typography
|
|
10
|
+
- 📱 Updated responsive typography for tablet and desktop
|
|
11
|
+
- 💅 Enhanced font sizes and line heights
|
|
12
|
+
- 🔧 Improved spacing and margins
|
|
13
|
+
|
|
14
|
+
#### Component Styles
|
|
15
|
+
- ✨ New styles for BoundaryComponent
|
|
16
|
+
- 💅 Updated button, card, and field styling
|
|
17
|
+
- 💅 Enhanced dropdown and modal styles
|
|
18
|
+
- 📱 Improved mobile responsiveness
|
|
19
|
+
|
|
20
|
+
### [0.2.0-rc.1] - 2025-10-23
|
|
21
|
+
## Fix
|
|
22
|
+
- test build
|
|
23
|
+
|
|
24
|
+
### [0.2.0-beta.17] - 2025-10-23
|
|
25
|
+
## Fix
|
|
26
|
+
- test build
|
|
27
|
+
|
|
28
|
+
## [0.2.0-beta.15] - 2025-07-15
|
|
29
|
+
### Enhancement
|
|
30
|
+
- Updated tablet and desktop heading-m typography
|
|
31
|
+
|
|
32
|
+
## [0.2.0-beta.9] - 2025-04-28
|
|
33
|
+
### New changes added
|
|
34
|
+
- Added new css for BoundaryComponent in BounDaryFilter.scss
|
|
35
|
+
|
|
7
36
|
## [0.2.0] - 2025-02-19
|
|
8
37
|
### New Components Added
|
|
9
38
|
|