@egovernments/digit-ui-components-css 0.0.2-beta.12 → 0.0.2-beta.16
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 +1072 -154
- package/dist/index.min.css +3 -3
- package/package.json +2 -2
- package/src/digitv2/components/actionbarV2.scss +19 -18
- package/src/digitv2/components/buttonsV2.scss +0 -1
- package/src/digitv2/components/mobilesidebarV2.scss +439 -0
- package/src/digitv2/components/selectionCardV2.scss +73 -0
- package/src/digitv2/components/sidebarV2.scss +461 -0
- package/src/digitv2/components/stepperV2.scss +0 -3
- package/src/digitv2/components/timelineV2.scss +40 -4
- package/src/digitv2/components/tooltipwrapperV2.scss +96 -0
- package/src/digitv2/index.scss +4 -0
- package/src/index.scss +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-beta.15] - 2024-07-30
|
|
4
|
+
### Added
|
|
5
|
+
- Added Error State for Timeline, SelectionCard Component
|
|
6
|
+
|
|
7
|
+
## [0.0.2-beta.13] - 2024-07-16
|
|
8
|
+
### Added
|
|
9
|
+
- Added styles for sidebar and hamburger
|
|
10
|
+
|
|
3
11
|
## [0.0.2-beta.11] - 2024-07-04
|
|
4
12
|
### Added
|
|
5
13
|
- Updated styles for actionbar,header and timeline molecule
|