@keeper-security/keeper-js-ui 0.20.1 → 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.
Files changed (33) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/index.cjs +12 -12
  3. package/dist/index.js +3158 -3053
  4. package/dist/style.css +1 -1
  5. package/dist/types/components/ui/badge.d.ts +10 -0
  6. package/dist/types/components/ui/badge.d.ts.map +1 -0
  7. package/dist/types/components/ui/button.d.ts +2 -2
  8. package/dist/types/components/ui/button.d.ts.map +1 -1
  9. package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -1
  10. package/dist/types/components/ui/icon-button.d.ts.map +1 -1
  11. package/dist/types/components/ui/switch.d.ts +10 -1
  12. package/dist/types/components/ui/switch.d.ts.map +1 -1
  13. package/dist/types/components/ui/typography.d.ts +3 -3
  14. package/dist/types/components/ui/typography.d.ts.map +1 -1
  15. package/dist/types/hooks/use-strings.d.ts +1 -1
  16. package/dist/types/hooks/use-strings.d.ts.map +1 -1
  17. package/dist/types/icons/bullhorn.d.ts +3 -0
  18. package/dist/types/icons/bullhorn.d.ts.map +1 -0
  19. package/dist/types/icons/cloud-key-outline.d.ts.map +1 -1
  20. package/dist/types/icons/index.d.ts +1 -1
  21. package/dist/types/icons/index.d.ts.map +1 -1
  22. package/dist/types/icons/megaphone.d.ts.map +1 -1
  23. package/dist/types/index.d.ts +3 -1
  24. package/dist/types/index.d.ts.map +1 -1
  25. package/dist/types/tokens/color.d.ts +87 -3
  26. package/dist/types/tokens/color.d.ts.map +1 -1
  27. package/dist/types/tokens/size.d.ts +21 -0
  28. package/dist/types/tokens/size.d.ts.map +1 -0
  29. package/dist/types/tokens/typography.d.ts +11 -9
  30. package/dist/types/tokens/typography.d.ts.map +1 -1
  31. package/package.json +10 -10
  32. package/dist/types/icons/megaphone-2.d.ts +0 -3
  33. package/dist/types/icons/megaphone-2.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
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
+
18
+ ## [0.21.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.20.1...v0.21.0) (2026-03-31)
19
+
20
+
21
+ ### Features
22
+
23
+ * **Typography:** add regular to font-weight options ([#495](https://github.com/Keeper-Security/keeper-js-ui/issues/495)) ([ab5ac06](https://github.com/Keeper-Security/keeper-js-ui/commit/ab5ac06c116b8e38cbaa2aa3917528b52cb7678f))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **dependabot:** bump flatted from 3.4.1. to 3.4.2 ([#486](https://github.com/Keeper-Security/keeper-js-ui/issues/486)) ([3057cfc](https://github.com/Keeper-Security/keeper-js-ui/commit/3057cfcb552a1f37c663fdef4cd786d5afe88153))
29
+ * **ListItemText:** reduce secondary font-size to 14px ([#501](https://github.com/Keeper-Security/keeper-js-ui/issues/501)) ([efb816e](https://github.com/Keeper-Security/keeper-js-ui/commit/efb816e5a58bd8896c9f216ce118faa6db394373))
30
+ * **Switch:** aria-hidden does not require aria-label* ([#491](https://github.com/Keeper-Security/keeper-js-ui/issues/491)) ([1f8ac1c](https://github.com/Keeper-Security/keeper-js-ui/commit/1f8ac1c32d6a37c4f3278abecbab749d7a89a0e4))
31
+ * **Typography:** drop redundant 'font' prefix on family prop ([#498](https://github.com/Keeper-Security/keeper-js-ui/issues/498)) ([2a6aed8](https://github.com/Keeper-Security/keeper-js-ui/commit/2a6aed8f02e24cb19038c749aa6353c2e251f750))
32
+ * **Typography:** fontWeightToken now passes typescript ([#497](https://github.com/Keeper-Security/keeper-js-ui/issues/497)) ([d09d6d8](https://github.com/Keeper-Security/keeper-js-ui/commit/d09d6d81b0ead4c04204dafda1b119a15fb9616f)), closes [#496](https://github.com/Keeper-Security/keeper-js-ui/issues/496)
33
+ * **useStrings:** fix silent failure ([#499](https://github.com/Keeper-Security/keeper-js-ui/issues/499)) ([cb2d641](https://github.com/Keeper-Security/keeper-js-ui/commit/cb2d6413b27ca64d196b6c622c4abf9a060dbcd5))
34
+
3
35
  ## [0.20.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.20.0...v0.20.1) (2026-03-19)
4
36
 
5
37