@keeper-security/keeper-js-ui 0.18.2 → 0.19.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 +13 -0
- package/dist/index.cjs +6 -6
- package/dist/index.js +1551 -1517
- package/dist/style.css +1 -1
- package/dist/types/icons/app-window-ellipsis.d.ts +3 -0
- package/dist/types/icons/app-window-ellipsis.d.ts.map +1 -0
- package/dist/types/icons/arrow-up-arrow-down.d.ts +3 -0
- package/dist/types/icons/arrow-up-arrow-down.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +2 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +3 -2
- package/dist/types/lib/utils.test.d.ts +0 -2
- package/dist/types/lib/utils.test.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.19.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.18.2...v0.19.0) (2026-03-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **Icon:** add AppWindowEllipsisIcon and ArrowUpArrowDownIcon ([#470](https://github.com/Keeper-Security/keeper-js-ui/issues/470)) ([8bde99a](https://github.com/Keeper-Security/keeper-js-ui/commit/8bde99ad7aef21c55a58c0792292a5b9eae5ecda))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **AvatarStatus:** make active borders stand out more ([#464](https://github.com/Keeper-Security/keeper-js-ui/issues/464)) ([7093c72](https://github.com/Keeper-Security/keeper-js-ui/commit/7093c7280534697fba0b0c22ba197c2bad3f5ca6))
|
|
14
|
+
* **VisuallyHidden:** make component publicly available ([#469](https://github.com/Keeper-Security/keeper-js-ui/issues/469)) ([f800040](https://github.com/Keeper-Security/keeper-js-ui/commit/f800040db9594d5afb9be0fbafaa5e1464fb08a8))
|
|
15
|
+
|
|
3
16
|
## [0.18.2](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.18.1...v0.18.2) (2026-02-26)
|
|
4
17
|
|
|
5
18
|
|