@keeper-security/keeper-js-ui 0.18.0 → 0.18.2
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 +16 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +863 -856
- package/dist/style.css +1 -1
- package/dist/types/components/ui/button.d.ts.map +1 -1
- package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/types/components/ui/icon-button.d.ts.map +1 -1
- package/dist/types/components/ui/list.d.ts +3 -3
- package/dist/types/components/ui/list.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.18.2](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.18.1...v0.18.2) (2026-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **Avatar:** ensure size is not altered by other components ([#459](https://github.com/Keeper-Security/keeper-js-ui/issues/459)) ([eccf316](https://github.com/Keeper-Security/keeper-js-ui/commit/eccf316748e20cab08bcc3e5adaa1983f1b591b6))
|
|
9
|
+
|
|
10
|
+
## [0.18.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.18.0...v0.18.1) (2026-02-25)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **IconButton:** restore default size ([#454](https://github.com/Keeper-Security/keeper-js-ui/issues/454)) ([4a7d55a](https://github.com/Keeper-Security/keeper-js-ui/commit/4a7d55acd24225a93226d0ec563e1c707f8f51dd)), closes [#451](https://github.com/Keeper-Security/keeper-js-ui/issues/451)
|
|
16
|
+
* **List:** create density prop, move compact prop under it ([#456](https://github.com/Keeper-Security/keeper-js-ui/issues/456)) ([7c006ac](https://github.com/Keeper-Security/keeper-js-ui/commit/7c006ac33228acb29476ddfb66e4db332c4b3dbc)), closes [#452](https://github.com/Keeper-Security/keeper-js-ui/issues/452)
|
|
17
|
+
* **ListItemText:** set default overflow to wrap not truncate ([#455](https://github.com/Keeper-Security/keeper-js-ui/issues/455)) ([7f5d2a7](https://github.com/Keeper-Security/keeper-js-ui/commit/7f5d2a77bb676fb1477a9b8627b456920925e90c))
|
|
18
|
+
|
|
3
19
|
## [0.18.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.1...v0.18.0) (2026-02-24)
|
|
4
20
|
|
|
5
21
|
### Features
|