@keeper-security/keeper-js-ui 0.21.0 → 0.22.0

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.22.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.21.0...v0.22.0) (2026-04-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * **Badge:** add a simple implementation to the library ([#505](https://github.com/Keeper-Security/keeper-js-ui/issues/505)) ([ef1ff89](https://github.com/Keeper-Security/keeper-js-ui/commit/ef1ff8995e950651efb7cb8ccd8138d9aa133748))
9
+ * **Button:** add 2xs and xs sizes ([#516](https://github.com/Keeper-Security/keeper-js-ui/issues/516)) ([314ed7d](https://github.com/Keeper-Security/keeper-js-ui/commit/314ed7d8db27f7b9c085c7b0e95a3eb33dfccf40))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **DropdownMenu:** update styles and layout to match List architecture ([#507](https://github.com/Keeper-Security/keeper-js-ui/issues/507)) ([343152f](https://github.com/Keeper-Security/keeper-js-ui/commit/343152f5aac69917594888859ddc430ceeb03478))
15
+ * **Icons:** rename some icons ([#504](https://github.com/Keeper-Security/keeper-js-ui/issues/504)) ([c56facb](https://github.com/Keeper-Security/keeper-js-ui/commit/c56facb1815ae406ba4d0d87fe5022ef07299f52))
16
+ * **ScrollArea:** adjust size and colors to match BE ([#519](https://github.com/Keeper-Security/keeper-js-ui/issues/519)) ([90e21b4](https://github.com/Keeper-Security/keeper-js-ui/commit/90e21b414741c56354fb3e02fb9df567d231e82f))
17
+
3
18
  ## [0.21.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.20.1...v0.21.0) (2026-03-31)
4
19
 
5
20