@keeper-security/keeper-js-ui 0.22.1 → 0.23.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 +16 -0
- package/dist/index.cjs +6 -6
- package/dist/index.js +2074 -2088
- package/dist/style.css +1 -1
- package/dist/types/components/ui/button.d.ts +10 -5
- package/dist/types/components/ui/button.d.ts.map +1 -1
- package/dist/types/components/ui/icon-button.d.ts +1 -1
- package/dist/types/components/ui/icon-button.d.ts.map +1 -1
- package/dist/types/components/ui/scroll-area.d.ts.map +1 -1
- package/dist/types/components/ui/typography.d.ts +1 -1
- package/dist/types/components/ui/typography.d.ts.map +1 -1
- package/dist/types/tokens/color.d.ts +1 -19
- package/dist/types/tokens/color.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.23.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.23.0...v0.23.1) (2026-05-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **Input:** fix spacing and forced-color matches ([#542](https://github.com/Keeper-Security/keeper-js-ui/issues/542)) ([04c2f9b](https://github.com/Keeper-Security/keeper-js-ui/commit/04c2f9be9c0501652e10b841586d4c131f4c8035))
|
|
9
|
+
* **ScrollArea:** remove horizontal css rule causing overflow ([#543](https://github.com/Keeper-Security/keeper-js-ui/issues/543)) ([b5d6411](https://github.com/Keeper-Security/keeper-js-ui/commit/b5d641174bd2bac6254c898ff28b3f28472bfe30)), closes [#541](https://github.com/Keeper-Security/keeper-js-ui/issues/541)
|
|
10
|
+
* **Typography:** use text colors instead of surface colors ([#539](https://github.com/Keeper-Security/keeper-js-ui/issues/539)) ([c1bf789](https://github.com/Keeper-Security/keeper-js-ui/commit/c1bf78910686eabf306eb4a7e2c02b52368edb9f))
|
|
11
|
+
|
|
12
|
+
## [0.23.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.22.1...v0.23.0) (2026-04-29)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **Button:** add ghost variant ([#533](https://github.com/Keeper-Security/keeper-js-ui/issues/533)) ([47f4244](https://github.com/Keeper-Security/keeper-js-ui/commit/47f42440327ee9f977dea720f1a4944fe842c617))
|
|
18
|
+
|
|
3
19
|
## [0.22.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.22.0...v0.22.1) (2026-04-24)
|
|
4
20
|
|
|
5
21
|
|