@egovernments/digit-ui-components-css 0.0.2-beta.22 → 0.0.2-beta.24
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 +8 -0
- package/dist/index.css +260 -133
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/digitv2/components/accordionV2.scss +105 -0
- package/src/digitv2/components/sidebarV2.scss +82 -75
- package/src/digitv2/components/switchV2.scss +4 -0
- package/src/digitv2/index.scss +1 -0
- package/src/digitv2/pages/employee/workbench.scss +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-beta.24] - 2024-08-22
|
|
4
|
+
### Changed
|
|
5
|
+
- Added Accordion css and updated Sidebar css
|
|
6
|
+
|
|
7
|
+
## [0.0.2-beta.23] - 2024-08-22
|
|
8
|
+
### Changed
|
|
9
|
+
- Fixed some css of old component overriding issue
|
|
10
|
+
|
|
3
11
|
## [0.0.2-beta.22] - 2024-08-16
|
|
4
12
|
### Changed
|
|
5
13
|
- Added css for Switch Component
|