@egovernments/digit-ui-components 0.0.2-beta.59 → 0.0.2-beta.60
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 +10 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ 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.0.2-beta.60] - 2024-12-26
|
|
8
|
+
### New Changes
|
|
9
|
+
- SelectionCard Component is renamed as SelectionTag Component
|
|
10
|
+
- AccordionWrapper Molecule is renamed as AccordionList
|
|
11
|
+
- Sidebar Molecule is renamed as SideNav
|
|
12
|
+
- MobileSideBar Molecule is renamed as MobileSideNav
|
|
13
|
+
- SlideOverMenu Molecule is renamed as SidePanel
|
|
14
|
+
- InfoCard Component is renamed as AlertCard
|
|
15
|
+
- Uploader Component is renamed as FileUpload
|
|
16
|
+
- ActionBar Component is renamed as Footer
|
|
7
17
|
|
|
8
18
|
## [0.0.2-beta.56] - 2024-11-16
|
|
9
19
|
### New Changes
|