@keeper-security/keeper-js-ui 0.19.1 → 0.20.1

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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.20.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.20.0...v0.20.1) (2026-03-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **AvatarStatus:** fix css positioning className typo ([#484](https://github.com/Keeper-Security/keeper-js-ui/issues/484)) ([5923550](https://github.com/Keeper-Security/keeper-js-ui/commit/592355065387c203c3d68475656de2b0966693fc))
9
+
10
+ ## [0.20.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.19.1...v0.20.0) (2026-03-18)
11
+
12
+
13
+ ### Features
14
+
15
+ * add Typography ([#479](https://github.com/Keeper-Security/keeper-js-ui/issues/479)) ([fa5a389](https://github.com/Keeper-Security/keeper-js-ui/commit/fa5a389cca38398fc2edae271e936b961c67a0a3))
16
+ * **Typography:** add lineClamp to truncate number of wrapping rows ([#481](https://github.com/Keeper-Security/keeper-js-ui/issues/481)) ([33245ce](https://github.com/Keeper-Security/keeper-js-ui/commit/33245ce8f5e709b8669fe8004097e3463ae658c2))
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **IconButton:** make all classNames pass through ([#482](https://github.com/Keeper-Security/keeper-js-ui/issues/482)) ([c058bda](https://github.com/Keeper-Security/keeper-js-ui/commit/c058bda7fb3b6a3f8b8b8b4321f52db779fb1a1b))
22
+
3
23
  ## [0.19.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.19.0...v0.19.1) (2026-03-12)
4
24
 
5
25