@vcita/design-system 1.5.9 → 1.5.11
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 +11 -0
- package/dist/@vcita/design-system.esm.js +231 -203
- package/dist/@vcita/design-system.min.js +2 -2
- package/dist/@vcita/design-system.ssr.js +200 -172
- package/package.json +1 -1
- package/src/components/VcProfileIndication/VcProfileIndication.spec.js +5 -1
- package/src/components/VcProfileIndication/VcProfileIndication.stories.js +14 -1
- package/src/components/VcProfileIndication/VcProfileIndication.vue +5 -1
- package/src/components/VcTopMenuBar/VcTopMenuBar.stories.js +2 -1
- package/src/components/VcTopMenuBar/VcTopMenuBar.vue +28 -15
- package/src/components/list/VcListEntity/VcListEntity.vue +1 -2
- package/styles/variables.scss +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
### Unreleased changes
|
|
9
9
|
|
|
10
|
+
### v1.5.11(2023-03-27)
|
|
11
|
+
- VcListEntity - fix width of text
|
|
12
|
+
- VcTopMenuBar - Add badge support to main buttons
|
|
13
|
+
- VcTopMenuBar - fix RTL arrow direction related bug
|
|
14
|
+
|
|
15
|
+
### v1.5.10(2023-03-21)
|
|
16
|
+
- VcTopMenuBar - fix bug to align items to the start
|
|
17
|
+
- VcTopMenuBar - change height to 59px
|
|
18
|
+
- VcTopMenuBar - change icon to 20px and button to 32px
|
|
19
|
+
- VcProfileIndication - add option to hide the right arrow
|
|
20
|
+
|
|
10
21
|
### v1.5.9(2023-03-19)
|
|
11
22
|
- VcTopMenuBar - fix bug to close bottom menu when item clicked
|
|
12
23
|
- VcTopMenuBar - fix bug to get branding colors
|