@keeper-security/keeper-js-ui 0.20.1 → 0.21.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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.21.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.20.1...v0.21.0) (2026-03-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * **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))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **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))
14
+ * **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))
15
+ * **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))
16
+ * **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))
17
+ * **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)
18
+ * **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))
19
+
3
20
  ## [0.20.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.20.0...v0.20.1) (2026-03-19)
4
21
 
5
22