@keeper-security/keeper-js-ui 0.17.1 → 0.18.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 (37) hide show
  1. package/CHANGELOG.md +112 -126
  2. package/README.md +7 -8
  3. package/dist/index.cjs +8 -8
  4. package/dist/index.js +4241 -3940
  5. package/dist/style.css +1 -1
  6. package/dist/types/components/ui/avatar.constants.d.ts +2 -0
  7. package/dist/types/components/ui/avatar.constants.d.ts.map +1 -0
  8. package/dist/types/components/ui/avatar.d.ts +1 -2
  9. package/dist/types/components/ui/avatar.d.ts.map +1 -1
  10. package/dist/types/components/ui/button.d.ts +4 -8
  11. package/dist/types/components/ui/button.d.ts.map +1 -1
  12. package/dist/types/components/ui/dropdown-menu.d.ts +11 -7
  13. package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -1
  14. package/dist/types/components/ui/icon-button.d.ts +0 -1
  15. package/dist/types/components/ui/icon-button.d.ts.map +1 -1
  16. package/dist/types/components/ui/icon.d.ts.map +1 -1
  17. package/dist/types/components/ui/list.d.ts +18 -16
  18. package/dist/types/components/ui/list.d.ts.map +1 -1
  19. package/dist/types/components/ui/loader.d.ts.map +1 -1
  20. package/dist/types/components/ui/separator.d.ts +2 -3
  21. package/dist/types/components/ui/separator.d.ts.map +1 -1
  22. package/dist/types/components/ui/toast.d.ts +8 -2
  23. package/dist/types/components/ui/toast.d.ts.map +1 -1
  24. package/dist/types/hooks/use-strings.d.ts.map +1 -1
  25. package/dist/types/hooks/use-toast.d.ts +0 -1
  26. package/dist/types/hooks/use-toast.d.ts.map +1 -1
  27. package/dist/types/icons/file-lock.d.ts.map +1 -1
  28. package/dist/types/icons/index.d.ts +1 -0
  29. package/dist/types/icons/index.d.ts.map +1 -1
  30. package/dist/types/icons/keeper-connection-manager.d.ts +3 -0
  31. package/dist/types/icons/keeper-connection-manager.d.ts.map +1 -0
  32. package/dist/types/icons/mysql-logo.d.ts.map +1 -1
  33. package/dist/types/icons/radio-input-selected.d.ts.map +1 -1
  34. package/dist/types/icons/radio-input.d.ts.map +1 -1
  35. package/dist/types/index.d.ts +1 -1
  36. package/dist/types/index.d.ts.map +1 -1
  37. package/package.json +19 -21
package/CHANGELOG.md CHANGED
@@ -1,279 +1,265 @@
1
1
  # Changelog
2
2
 
3
- ## [0.17.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.0...v0.17.1) (2026-02-04)
3
+ ## [0.18.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.1...v0.18.0) (2026-02-24)
4
+
5
+ ### Features
4
6
 
7
+ - **Button:** add glass variant ([#429](https://github.com/Keeper-Security/keeper-js-ui/issues/429)) ([7c2f6be](https://github.com/Keeper-Security/keeper-js-ui/commit/7c2f6be255d43c536011d883eff0203b8dd315c7))
8
+ - **Button:** behavior updates for events with less code ([#447](https://github.com/Keeper-Security/keeper-js-ui/issues/447)) ([70250d2](https://github.com/Keeper-Security/keeper-js-ui/commit/70250d21c6441a85d591ab9f137f60fdce6bd31d))
9
+ - **DropdownMenu:** add glass variant ([#430](https://github.com/Keeper-Security/keeper-js-ui/issues/430)) ([99f6ce8](https://github.com/Keeper-Security/keeper-js-ui/commit/99f6ce87280c8d3b340788e1abb1ae2e091d12fd))
10
+ - **Icon:** add KeeperConnectionManger icon ([#444](https://github.com/Keeper-Security/keeper-js-ui/issues/444)) ([290955f](https://github.com/Keeper-Security/keeper-js-ui/commit/290955f7eb17148d954e678d5a20f2c84b4fc203)), closes [#443](https://github.com/Keeper-Security/keeper-js-ui/issues/443)
11
+ - **List:** add compact option ([#431](https://github.com/Keeper-Security/keeper-js-ui/issues/431)) ([9fe2305](https://github.com/Keeper-Security/keeper-js-ui/commit/9fe230554e0b070bd6daf06c1ad4e14ab75068ba))
12
+ - **List:** add ListItemSecondaryActions ([#441](https://github.com/Keeper-Security/keeper-js-ui/issues/441)) ([5d10d67](https://github.com/Keeper-Security/keeper-js-ui/commit/5d10d67e4e283bb4d36487ee2e25eeea734fdba7))
5
13
 
6
14
  ### Bug Fixes
7
15
 
8
- * **dependabot:** bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 ([#424](https://github.com/Keeper-Security/keeper-js-ui/issues/424)) ([c66fbf7](https://github.com/Keeper-Security/keeper-js-ui/commit/c66fbf7053666b0097dde4de4587831afc383983))
16
+ - **Button:** add ksjsui- prefix to data-slot segments ([#428](https://github.com/Keeper-Security/keeper-js-ui/pull/428)) ([99f6ce8](https://github.com/Keeper-Security/keeper-js-ui/commit/99f6ce87280c8d3b340788e1abb1ae2e091d12fd))
17
+ - **Icon:** adjust contrast of neutral icon color ([#450](https://github.com/Keeper-Security/keeper-js-ui/issues/450)) ([d477547](https://github.com/Keeper-Security/keeper-js-ui/commit/d477547bf03b08a96d5ba2f5389418b251c5e034))
18
+ - **Icon:** adjust RadioInputIcon padding ([#449](https://github.com/Keeper-Security/keeper-js-ui/issues/449)) ([6713232](https://github.com/Keeper-Security/keeper-js-ui/commit/67132322d646b7305d82dafa14cdc5a68aeefd3c))
19
+ - **Icon:** adjust RadioInputSelectedIcon padding ([#448](https://github.com/Keeper-Security/keeper-js-ui/issues/448)) ([34badff](https://github.com/Keeper-Security/keeper-js-ui/commit/34badff5b7f4821dbdd5c357e1bc1591b4bdc0ba))
20
+ - **Icon:** fix broken FileLockIcon ([#433](https://github.com/Keeper-Security/keeper-js-ui/issues/433)) ([7707549](https://github.com/Keeper-Security/keeper-js-ui/commit/770754929c8d08fd4245fe8212cb4ecb566969aa))
21
+ - **Icon:** remove MysqlLogoIcon brand color ([#445](https://github.com/Keeper-Security/keeper-js-ui/issues/445)) ([750128b](https://github.com/Keeper-Security/keeper-js-ui/commit/750128b84f69a2f4bdd72b2926f7bba1cde841f4))
22
+ - **List:** updating defaults ([#440](https://github.com/Keeper-Security/keeper-js-ui/issues/440)) ([826d3dc](https://github.com/Keeper-Security/keeper-js-ui/commit/826d3dc6d173a4565956b075bd8241fb60e46f9b))
23
+ - **Switch:** update styles to match Figma ([#432](https://github.com/Keeper-Security/keeper-js-ui/issues/432)]) ([9fe2305](https://github.com/Keeper-Security/keeper-js-ui/commit/9fe230554e0b070bd6daf06c1ad4e14ab75068ba))
9
24
 
10
- ## [0.17.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.16.0...v0.17.0) (2026-01-30)
25
+ ## [0.17.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.0...v0.17.1) (2026-02-04)
11
26
 
27
+ ### Bug Fixes
12
28
 
13
- ### Features
29
+ - **dependabot:** bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 ([#424](https://github.com/Keeper-Security/keeper-js-ui/issues/424)) ([c66fbf7](https://github.com/Keeper-Security/keeper-js-ui/commit/c66fbf7053666b0097dde4de4587831afc383983))
14
30
 
15
- * Add Input and BaseInput to the library ([#392](https://github.com/Keeper-Security/keeper-js-ui/issues/392)) ([78afe1f](https://github.com/Keeper-Security/keeper-js-ui/commit/78afe1fd0d30e455279baad2dd793e8ed67ab703))
16
- * add VisuallyHidden component to the library ([#356](https://github.com/Keeper-Security/keeper-js-ui/issues/356)) ([7a1e95c](https://github.com/Keeper-Security/keeper-js-ui/commit/7a1e95cb7d4fdd517f5ef0fcb52fe441623dde5f))
17
- * **Autocomplete:** add Autocomplete to the library ([#389](https://github.com/Keeper-Security/keeper-js-ui/issues/389)) ([e1df816](https://github.com/Keeper-Security/keeper-js-ui/commit/e1df816d2fa71e905d98c3edaddb1f196f6b5a86)), closes [#387](https://github.com/Keeper-Security/keeper-js-ui/issues/387)
18
- * **ScollArea:** update exposed API and subcomponents ([#373](https://github.com/Keeper-Security/keeper-js-ui/issues/373)) ([b8313cd](https://github.com/Keeper-Security/keeper-js-ui/commit/b8313cd531acc13c9c3e7d6bbf1c1cd4da28daca))
19
- * **Select:** add variant and color options ([#404](https://github.com/Keeper-Security/keeper-js-ui/issues/404)) ([0682918](https://github.com/Keeper-Security/keeper-js-ui/commit/068291824b77ad9715ee819442bbc3f2009e4b76))
31
+ ## [0.17.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.16.0...v0.17.0) (2026-01-30)
20
32
 
33
+ ### Features
34
+
35
+ - Add Input and BaseInput to the library ([#392](https://github.com/Keeper-Security/keeper-js-ui/issues/392)) ([78afe1f](https://github.com/Keeper-Security/keeper-js-ui/commit/78afe1fd0d30e455279baad2dd793e8ed67ab703))
36
+ - add VisuallyHidden component to the library ([#356](https://github.com/Keeper-Security/keeper-js-ui/issues/356)) ([7a1e95c](https://github.com/Keeper-Security/keeper-js-ui/commit/7a1e95cb7d4fdd517f5ef0fcb52fe441623dde5f))
37
+ - **Autocomplete:** add Autocomplete to the library ([#389](https://github.com/Keeper-Security/keeper-js-ui/issues/389)) ([e1df816](https://github.com/Keeper-Security/keeper-js-ui/commit/e1df816d2fa71e905d98c3edaddb1f196f6b5a86)), closes [#387](https://github.com/Keeper-Security/keeper-js-ui/issues/387)
38
+ - **ScollArea:** update exposed API and subcomponents ([#373](https://github.com/Keeper-Security/keeper-js-ui/issues/373)) ([b8313cd](https://github.com/Keeper-Security/keeper-js-ui/commit/b8313cd531acc13c9c3e7d6bbf1c1cd4da28daca))
39
+ - **Select:** add variant and color options ([#404](https://github.com/Keeper-Security/keeper-js-ui/issues/404)) ([0682918](https://github.com/Keeper-Security/keeper-js-ui/commit/068291824b77ad9715ee819442bbc3f2009e4b76))
21
40
 
22
41
  ### Bug Fixes
23
42
 
24
- * **Autocomplete:** fix wrong selection made onClick ([#405](https://github.com/Keeper-Security/keeper-js-ui/issues/405)) ([7f17293](https://github.com/Keeper-Security/keeper-js-ui/commit/7f17293db0a5fcffa71f636d8239c929bc7a9583))
25
- * **IconButton:** icon sizes can be set independent of button size ([#368](https://github.com/Keeper-Security/keeper-js-ui/issues/368)) ([71c90eb](https://github.com/Keeper-Security/keeper-js-ui/commit/71c90ebbba03ac429adfbb2623a17deb7c54a07d))
26
- * **storybook:** use storybook to smoke test component availability ([#387](https://github.com/Keeper-Security/keeper-js-ui/issues/387)) ([2e6bfae](https://github.com/Keeper-Security/keeper-js-ui/commit/2e6bfae074d5f89b07b23963136af4fcb86f7a4d))
43
+ - **Autocomplete:** fix wrong selection made onClick ([#405](https://github.com/Keeper-Security/keeper-js-ui/issues/405)) ([7f17293](https://github.com/Keeper-Security/keeper-js-ui/commit/7f17293db0a5fcffa71f636d8239c929bc7a9583))
44
+ - **IconButton:** icon sizes can be set independent of button size ([#368](https://github.com/Keeper-Security/keeper-js-ui/issues/368)) ([71c90eb](https://github.com/Keeper-Security/keeper-js-ui/commit/71c90ebbba03ac429adfbb2623a17deb7c54a07d))
45
+ - **storybook:** use storybook to smoke test component availability ([#387](https://github.com/Keeper-Security/keeper-js-ui/issues/387)) ([2e6bfae](https://github.com/Keeper-Security/keeper-js-ui/commit/2e6bfae074d5f89b07b23963136af4fcb86f7a4d))
27
46
 
28
47
  ## [0.16.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.15.0...v0.16.0) (2025-12-03)
29
48
 
30
-
31
49
  ### Features
32
50
 
33
- * **DropdownMenuItemText:** make available to library ([#376](https://github.com/Keeper-Security/keeper-js-ui/issues/376)) ([422464e](https://github.com/Keeper-Security/keeper-js-ui/commit/422464eb0e85e63c4a01eaee6ccac3835173b2c0))
34
- * **Icon:** add xs size to Icon options ([#361](https://github.com/Keeper-Security/keeper-js-ui/issues/361)) ([b65270a](https://github.com/Keeper-Security/keeper-js-ui/commit/b65270ab815ec9c98833798d4cfda5640bd62050))
51
+ - **DropdownMenuItemText:** make available to library ([#376](https://github.com/Keeper-Security/keeper-js-ui/issues/376)) ([422464e](https://github.com/Keeper-Security/keeper-js-ui/commit/422464eb0e85e63c4a01eaee6ccac3835173b2c0))
52
+ - **Icon:** add xs size to Icon options ([#361](https://github.com/Keeper-Security/keeper-js-ui/issues/361)) ([b65270a](https://github.com/Keeper-Security/keeper-js-ui/commit/b65270ab815ec9c98833798d4cfda5640bd62050))
35
53
 
36
54
  ## [0.15.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.14.0...v0.15.0) (2025-11-04)
37
55
 
38
-
39
56
  ### Features
40
57
 
41
- * **AvatarStatus:** default state is set to inactive, not active ([#343](https://github.com/Keeper-Security/keeper-js-ui/issues/343)) ([2819990](https://github.com/Keeper-Security/keeper-js-ui/commit/28199907f7d012fe6e272a1d0a3b224ca1e84cfc))
42
- * **Dialog:** remove default Close X ([#355](https://github.com/Keeper-Security/keeper-js-ui/issues/355)) ([eb68d05](https://github.com/Keeper-Security/keeper-js-ui/commit/eb68d05887eefb1606d4eff6a3ae4054ec2adbc3))
43
- * **Icons:** add DragHandleIcon ([#332](https://github.com/Keeper-Security/keeper-js-ui/issues/332)) ([6028603](https://github.com/Keeper-Security/keeper-js-ui/commit/6028603b31e4aac668ddc516b4934eff881bef36)), closes [#330](https://github.com/Keeper-Security/keeper-js-ui/issues/330)
44
- * **List:** add Avatar compatibility ([#345](https://github.com/Keeper-Security/keeper-js-ui/issues/345)) ([81e8b20](https://github.com/Keeper-Security/keeper-js-ui/commit/81e8b20124a187ff7dbd29346c8ec225410aa743))
45
- * **TooltipContent:** reset offset back to 0 ([#344](https://github.com/Keeper-Security/keeper-js-ui/issues/344)) ([ffd89e1](https://github.com/Keeper-Security/keeper-js-ui/commit/ffd89e1d852889e6372fa3ed6299cbecd71bf504))
46
-
58
+ - **AvatarStatus:** default state is set to inactive, not active ([#343](https://github.com/Keeper-Security/keeper-js-ui/issues/343)) ([2819990](https://github.com/Keeper-Security/keeper-js-ui/commit/28199907f7d012fe6e272a1d0a3b224ca1e84cfc))
59
+ - **Dialog:** remove default Close X ([#355](https://github.com/Keeper-Security/keeper-js-ui/issues/355)) ([eb68d05](https://github.com/Keeper-Security/keeper-js-ui/commit/eb68d05887eefb1606d4eff6a3ae4054ec2adbc3))
60
+ - **Icons:** add DragHandleIcon ([#332](https://github.com/Keeper-Security/keeper-js-ui/issues/332)) ([6028603](https://github.com/Keeper-Security/keeper-js-ui/commit/6028603b31e4aac668ddc516b4934eff881bef36)), closes [#330](https://github.com/Keeper-Security/keeper-js-ui/issues/330)
61
+ - **List:** add Avatar compatibility ([#345](https://github.com/Keeper-Security/keeper-js-ui/issues/345)) ([81e8b20](https://github.com/Keeper-Security/keeper-js-ui/commit/81e8b20124a187ff7dbd29346c8ec225410aa743))
62
+ - **TooltipContent:** reset offset back to 0 ([#344](https://github.com/Keeper-Security/keeper-js-ui/issues/344)) ([ffd89e1](https://github.com/Keeper-Security/keeper-js-ui/commit/ffd89e1d852889e6372fa3ed6299cbecd71bf504))
47
63
 
48
64
  ### Bug Fixes
49
65
 
50
- * **AvatarFallback:** select color using full value, not 2-letter initials ([#340](https://github.com/Keeper-Security/keeper-js-ui/issues/340)) ([ca4e257](https://github.com/Keeper-Security/keeper-js-ui/commit/ca4e2579bfa198caa1b48fb6bb66ba54ac7be685))
51
- * **AvatarStatus:** use RTL-friendly positioning ([#341](https://github.com/Keeper-Security/keeper-js-ui/issues/341)) ([e595c1b](https://github.com/Keeper-Security/keeper-js-ui/commit/e595c1b62907f02fa6fd40113fec75bcd705a419))
52
- * **build:** remove optionalDependencies to fix MPL reference ([#347](https://github.com/Keeper-Security/keeper-js-ui/issues/347)) ([6ebf2e7](https://github.com/Keeper-Security/keeper-js-ui/commit/6ebf2e7d5d11e15314f9e6d258c2d104e07c59dc))
53
- * **Button:** move avatar rules so they don't get overwritten ([#342](https://github.com/Keeper-Security/keeper-js-ui/issues/342)) ([788a154](https://github.com/Keeper-Security/keeper-js-ui/commit/788a1545bc14b131d34782db3a07750d0b4c3185))
54
- * **TypeScript:** fix dist/index.es.d.ts invalid path error ([#331](https://github.com/Keeper-Security/keeper-js-ui/issues/331)) ([ff1f790](https://github.com/Keeper-Security/keeper-js-ui/commit/ff1f79078fc06c15e08385a2576b0552016e84e7))
66
+ - **AvatarFallback:** select color using full value, not 2-letter initials ([#340](https://github.com/Keeper-Security/keeper-js-ui/issues/340)) ([ca4e257](https://github.com/Keeper-Security/keeper-js-ui/commit/ca4e2579bfa198caa1b48fb6bb66ba54ac7be685))
67
+ - **AvatarStatus:** use RTL-friendly positioning ([#341](https://github.com/Keeper-Security/keeper-js-ui/issues/341)) ([e595c1b](https://github.com/Keeper-Security/keeper-js-ui/commit/e595c1b62907f02fa6fd40113fec75bcd705a419))
68
+ - **build:** remove optionalDependencies to fix MPL reference ([#347](https://github.com/Keeper-Security/keeper-js-ui/issues/347)) ([6ebf2e7](https://github.com/Keeper-Security/keeper-js-ui/commit/6ebf2e7d5d11e15314f9e6d258c2d104e07c59dc))
69
+ - **Button:** move avatar rules so they don't get overwritten ([#342](https://github.com/Keeper-Security/keeper-js-ui/issues/342)) ([788a154](https://github.com/Keeper-Security/keeper-js-ui/commit/788a1545bc14b131d34782db3a07750d0b4c3185))
70
+ - **TypeScript:** fix dist/index.es.d.ts invalid path error ([#331](https://github.com/Keeper-Security/keeper-js-ui/issues/331)) ([ff1f790](https://github.com/Keeper-Security/keeper-js-ui/commit/ff1f79078fc06c15e08385a2576b0552016e84e7))
55
71
 
56
72
  ## [0.14.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.13.0...v0.14.0) (2025-09-05)
57
73
 
58
-
59
74
  ### Features
60
75
 
61
- * add Checkbox component to the library ([#28](https://github.com/Keeper-Security/keeper-js-ui/issues/28)) ([3a8aed5](https://github.com/Keeper-Security/keeper-js-ui/commit/3a8aed5bf6d1dfd8fc67d2613cfe9b232f234ae9))
62
- * add Label component to the library ([#322](https://github.com/Keeper-Security/keeper-js-ui/issues/322)) ([2697e6a](https://github.com/Keeper-Security/keeper-js-ui/commit/2697e6a837a0c81da311a0d37295f71abf9b07a2))
63
- * **AvatarStatus:** create active/inactive status component ([#314](https://github.com/Keeper-Security/keeper-js-ui/issues/314)) ([a4565b2](https://github.com/Keeper-Security/keeper-js-ui/commit/a4565b2ceba5948f62c5e3e98187b2746cae7103))
64
- * **Box:** add position ([#290](https://github.com/Keeper-Security/keeper-js-ui/issues/290)) ([3b830bf](https://github.com/Keeper-Security/keeper-js-ui/commit/3b830bf77578fd11a46c9eba09e4eee1d26f5990)), closes [#286](https://github.com/Keeper-Security/keeper-js-ui/issues/286)
65
- * **Flex:** add position ([#291](https://github.com/Keeper-Security/keeper-js-ui/issues/291)) ([90b85cf](https://github.com/Keeper-Security/keeper-js-ui/commit/90b85cf09548713c5836875f855afd849c0878f8)), closes [#286](https://github.com/Keeper-Security/keeper-js-ui/issues/286)
66
- * **Icons:** massive library of icons ([#287](https://github.com/Keeper-Security/keeper-js-ui/issues/287)) ([bc7d528](https://github.com/Keeper-Security/keeper-js-ui/commit/bc7d5282ebacc7e86d41a2cf417d898e7ffdbd26))
67
- * **Loader:** optimized loading patterns for Button ([#283](https://github.com/Keeper-Security/keeper-js-ui/issues/283)) ([2d76d85](https://github.com/Keeper-Security/keeper-js-ui/commit/2d76d859d73a08c79c5c6babc4a609db1534c6d1))
68
- * **Popover:** remove arrow temporarily ([#316](https://github.com/Keeper-Security/keeper-js-ui/issues/316)) ([a751518](https://github.com/Keeper-Security/keeper-js-ui/commit/a751518fa521d0066c7f32d1ac57aa78b5a849a9)), closes [#315](https://github.com/Keeper-Security/keeper-js-ui/issues/315)
69
- * **TooltipContent:** set `side` prop back to `top` ([#312](https://github.com/Keeper-Security/keeper-js-ui/issues/312)) ([5679f74](https://github.com/Keeper-Security/keeper-js-ui/commit/5679f746814cdbd09188ee2a761385868f33583c)), closes [#311](https://github.com/Keeper-Security/keeper-js-ui/issues/311)
70
- * upgrade to Tailwind v4 ([#266](https://github.com/Keeper-Security/keeper-js-ui/issues/266)) ([023459e](https://github.com/Keeper-Security/keeper-js-ui/commit/023459e67651e6083437d59a5517bfbc9607887b))
71
-
76
+ - add Checkbox component to the library ([#28](https://github.com/Keeper-Security/keeper-js-ui/issues/28)) ([3a8aed5](https://github.com/Keeper-Security/keeper-js-ui/commit/3a8aed5bf6d1dfd8fc67d2613cfe9b232f234ae9))
77
+ - add Label component to the library ([#322](https://github.com/Keeper-Security/keeper-js-ui/issues/322)) ([2697e6a](https://github.com/Keeper-Security/keeper-js-ui/commit/2697e6a837a0c81da311a0d37295f71abf9b07a2))
78
+ - **AvatarStatus:** create active/inactive status component ([#314](https://github.com/Keeper-Security/keeper-js-ui/issues/314)) ([a4565b2](https://github.com/Keeper-Security/keeper-js-ui/commit/a4565b2ceba5948f62c5e3e98187b2746cae7103))
79
+ - **Box:** add position ([#290](https://github.com/Keeper-Security/keeper-js-ui/issues/290)) ([3b830bf](https://github.com/Keeper-Security/keeper-js-ui/commit/3b830bf77578fd11a46c9eba09e4eee1d26f5990)), closes [#286](https://github.com/Keeper-Security/keeper-js-ui/issues/286)
80
+ - **Flex:** add position ([#291](https://github.com/Keeper-Security/keeper-js-ui/issues/291)) ([90b85cf](https://github.com/Keeper-Security/keeper-js-ui/commit/90b85cf09548713c5836875f855afd849c0878f8)), closes [#286](https://github.com/Keeper-Security/keeper-js-ui/issues/286)
81
+ - **Icons:** massive library of icons ([#287](https://github.com/Keeper-Security/keeper-js-ui/issues/287)) ([bc7d528](https://github.com/Keeper-Security/keeper-js-ui/commit/bc7d5282ebacc7e86d41a2cf417d898e7ffdbd26))
82
+ - **Loader:** optimized loading patterns for Button ([#283](https://github.com/Keeper-Security/keeper-js-ui/issues/283)) ([2d76d85](https://github.com/Keeper-Security/keeper-js-ui/commit/2d76d859d73a08c79c5c6babc4a609db1534c6d1))
83
+ - **Popover:** remove arrow temporarily ([#316](https://github.com/Keeper-Security/keeper-js-ui/issues/316)) ([a751518](https://github.com/Keeper-Security/keeper-js-ui/commit/a751518fa521d0066c7f32d1ac57aa78b5a849a9)), closes [#315](https://github.com/Keeper-Security/keeper-js-ui/issues/315)
84
+ - **TooltipContent:** set `side` prop back to `top` ([#312](https://github.com/Keeper-Security/keeper-js-ui/issues/312)) ([5679f74](https://github.com/Keeper-Security/keeper-js-ui/commit/5679f746814cdbd09188ee2a761385868f33583c)), closes [#311](https://github.com/Keeper-Security/keeper-js-ui/issues/311)
85
+ - upgrade to Tailwind v4 ([#266](https://github.com/Keeper-Security/keeper-js-ui/issues/266)) ([023459e](https://github.com/Keeper-Security/keeper-js-ui/commit/023459e67651e6083437d59a5517bfbc9607887b))
72
86
 
73
87
  ### Bug Fixes
74
88
 
75
- * **Button:** adjust outline variant secondary colors ([#279](https://github.com/Keeper-Security/keeper-js-ui/issues/279)) ([356926b](https://github.com/Keeper-Security/keeper-js-ui/commit/356926b1585d126b92b55a1215239e0666ff6b7b))
76
- * **colors:** update destructive color for dark mode ([#318](https://github.com/Keeper-Security/keeper-js-ui/issues/318)) ([fea967f](https://github.com/Keeper-Security/keeper-js-ui/commit/fea967f963df519386a5eeb5d5846a8841ad70d1))
89
+ - **Button:** adjust outline variant secondary colors ([#279](https://github.com/Keeper-Security/keeper-js-ui/issues/279)) ([356926b](https://github.com/Keeper-Security/keeper-js-ui/commit/356926b1585d126b92b55a1215239e0666ff6b7b))
90
+ - **colors:** update destructive color for dark mode ([#318](https://github.com/Keeper-Security/keeper-js-ui/issues/318)) ([fea967f](https://github.com/Keeper-Security/keeper-js-ui/commit/fea967f963df519386a5eeb5d5846a8841ad70d1))
77
91
 
78
92
  ## [0.13.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.12.0...v0.13.0) (2025-06-23)
79
93
 
80
-
81
94
  ### Features
82
95
 
83
- * **Icons:** add missing icons to support BE Fill Tool ([#262](https://github.com/Keeper-Security/keeper-js-ui/issues/262)) ([509d9c1](https://github.com/Keeper-Security/keeper-js-ui/commit/509d9c1dbb2ae077b44ee80824a57af0118730b0))
84
-
96
+ - **Icons:** add missing icons to support BE Fill Tool ([#262](https://github.com/Keeper-Security/keeper-js-ui/issues/262)) ([509d9c1](https://github.com/Keeper-Security/keeper-js-ui/commit/509d9c1dbb2ae077b44ee80824a57af0118730b0))
85
97
 
86
98
  ### Bug Fixes
87
99
 
88
- * **dark-mode:** tighten up styles to work regardless of inheritance ([#273](https://github.com/Keeper-Security/keeper-js-ui/issues/273)) ([be5e7eb](https://github.com/Keeper-Security/keeper-js-ui/commit/be5e7ebed74328d6d8e30a7a3a4b3f39e6eb8a9a))
100
+ - **dark-mode:** tighten up styles to work regardless of inheritance ([#273](https://github.com/Keeper-Security/keeper-js-ui/issues/273)) ([be5e7eb](https://github.com/Keeper-Security/keeper-js-ui/commit/be5e7ebed74328d6d8e30a7a3a4b3f39e6eb8a9a))
89
101
 
90
102
  ## [0.12.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.11.0...v0.12.0) (2025-06-03)
91
103
 
92
-
93
104
  ### Features
94
105
 
95
- * **Button:** add loading state ([#252](https://github.com/Keeper-Security/keeper-js-ui/issues/252)) ([29e72c3](https://github.com/Keeper-Security/keeper-js-ui/commit/29e72c36dc68520c0f204a2ac2beab5487d877ab))
96
- * **Color:** add success state (Button, Icon) ([#255](https://github.com/Keeper-Security/keeper-js-ui/issues/255)) ([63ccb28](https://github.com/Keeper-Security/keeper-js-ui/commit/63ccb2870aff4a7c5b10728f33b987cacdc35e35))
97
- * **Icons:** add more icons and adjust some others ([#250](https://github.com/Keeper-Security/keeper-js-ui/issues/250)) ([28474f5](https://github.com/Keeper-Security/keeper-js-ui/commit/28474f58c92f832b9050179bffa36a5e9e9b0883))
98
- * **Icons:** export icons and create Storybook icon gallery ([c656c37](https://github.com/Keeper-Security/keeper-js-ui/commit/c656c378b75463b1324083a0dcb08eeb67fff04d))
99
- * **Popover:** add Popover component to library ([#253](https://github.com/Keeper-Security/keeper-js-ui/issues/253)) ([bc830a6](https://github.com/Keeper-Security/keeper-js-ui/commit/bc830a6b54b2fef03d0f414e3c2e378457a51a8c))
100
-
106
+ - **Button:** add loading state ([#252](https://github.com/Keeper-Security/keeper-js-ui/issues/252)) ([29e72c3](https://github.com/Keeper-Security/keeper-js-ui/commit/29e72c36dc68520c0f204a2ac2beab5487d877ab))
107
+ - **Color:** add success state (Button, Icon) ([#255](https://github.com/Keeper-Security/keeper-js-ui/issues/255)) ([63ccb28](https://github.com/Keeper-Security/keeper-js-ui/commit/63ccb2870aff4a7c5b10728f33b987cacdc35e35))
108
+ - **Icons:** add more icons and adjust some others ([#250](https://github.com/Keeper-Security/keeper-js-ui/issues/250)) ([28474f5](https://github.com/Keeper-Security/keeper-js-ui/commit/28474f58c92f832b9050179bffa36a5e9e9b0883))
109
+ - **Icons:** export icons and create Storybook icon gallery ([c656c37](https://github.com/Keeper-Security/keeper-js-ui/commit/c656c378b75463b1324083a0dcb08eeb67fff04d))
110
+ - **Popover:** add Popover component to library ([#253](https://github.com/Keeper-Security/keeper-js-ui/issues/253)) ([bc830a6](https://github.com/Keeper-Security/keeper-js-ui/commit/bc830a6b54b2fef03d0f414e3c2e378457a51a8c))
101
111
 
102
112
  ### Bug Fixes
103
113
 
104
- * **DropdownMenu:** make Firefox hover, focus consistent ([#238](https://github.com/Keeper-Security/keeper-js-ui/issues/238)) ([d38c079](https://github.com/Keeper-Security/keeper-js-ui/commit/d38c079375e9bb7feaad6c339134b7ef02784b1a))
105
- * **DropdownMenuSubTrigger:** use HighlightText for Chevrons ([#244](https://github.com/Keeper-Security/keeper-js-ui/issues/244)) ([67ceb7e](https://github.com/Keeper-Security/keeper-js-ui/commit/67ceb7e37665821a9d707e329ade5d0bd7efb28c))
106
- * **SelectItem:** use HighlightText for Check ([#242](https://github.com/Keeper-Security/keeper-js-ui/issues/242)) ([437c3c7](https://github.com/Keeper-Security/keeper-js-ui/commit/437c3c7eb277e00aa0ccddbfed224da4eb7292b5)), closes [#241](https://github.com/Keeper-Security/keeper-js-ui/issues/241)
107
- * **Select:** make Firefox and Safari focus, hover, and tabIndex consistent ([#236](https://github.com/Keeper-Security/keeper-js-ui/issues/236)) ([0945939](https://github.com/Keeper-Security/keeper-js-ui/commit/09459397fa0bf9d02c29f1ca71e47cc2ed962d70))
108
- * **TooltipArrow:** prevent external CSS overrides and update styles ([#259](https://github.com/Keeper-Security/keeper-js-ui/issues/259)) ([5e57439](https://github.com/Keeper-Security/keeper-js-ui/commit/5e5743924ea27d090a4161e55d6f2dd8cdb43288))
114
+ - **DropdownMenu:** make Firefox hover, focus consistent ([#238](https://github.com/Keeper-Security/keeper-js-ui/issues/238)) ([d38c079](https://github.com/Keeper-Security/keeper-js-ui/commit/d38c079375e9bb7feaad6c339134b7ef02784b1a))
115
+ - **DropdownMenuSubTrigger:** use HighlightText for Chevrons ([#244](https://github.com/Keeper-Security/keeper-js-ui/issues/244)) ([67ceb7e](https://github.com/Keeper-Security/keeper-js-ui/commit/67ceb7e37665821a9d707e329ade5d0bd7efb28c))
116
+ - **SelectItem:** use HighlightText for Check ([#242](https://github.com/Keeper-Security/keeper-js-ui/issues/242)) ([437c3c7](https://github.com/Keeper-Security/keeper-js-ui/commit/437c3c7eb277e00aa0ccddbfed224da4eb7292b5)), closes [#241](https://github.com/Keeper-Security/keeper-js-ui/issues/241)
117
+ - **Select:** make Firefox and Safari focus, hover, and tabIndex consistent ([#236](https://github.com/Keeper-Security/keeper-js-ui/issues/236)) ([0945939](https://github.com/Keeper-Security/keeper-js-ui/commit/09459397fa0bf9d02c29f1ca71e47cc2ed962d70))
118
+ - **TooltipArrow:** prevent external CSS overrides and update styles ([#259](https://github.com/Keeper-Security/keeper-js-ui/issues/259)) ([5e57439](https://github.com/Keeper-Security/keeper-js-ui/commit/5e5743924ea27d090a4161e55d6f2dd8cdb43288))
109
119
 
110
120
  ## [0.11.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.10.1...v0.11.0) (2025-04-29)
111
121
 
112
-
113
122
  ### Features
114
123
 
115
- * **Icons:** transition icons from lucide-react to internal ([#225](https://github.com/Keeper-Security/keeper-js-ui/issues/225)) ([a55c54f](https://github.com/Keeper-Security/keeper-js-ui/commit/a55c54fa6b28874d351da9735855089e46bdf04c))
116
-
124
+ - **Icons:** transition icons from lucide-react to internal ([#225](https://github.com/Keeper-Security/keeper-js-ui/issues/225)) ([a55c54f](https://github.com/Keeper-Security/keeper-js-ui/commit/a55c54fa6b28874d351da9735855089e46bdf04c))
117
125
 
118
126
  ### Bug Fixes
119
127
 
120
- * **Icon:** add missing keys for children ([#230](https://github.com/Keeper-Security/keeper-js-ui/issues/230)) ([8bba5fe](https://github.com/Keeper-Security/keeper-js-ui/commit/8bba5fee1328e6d30d4b466a2568abf02837c51f))
121
- * **List:** update to use IconProps and remove ref errors ([#229](https://github.com/Keeper-Security/keeper-js-ui/issues/229)) ([0d855e0](https://github.com/Keeper-Security/keeper-js-ui/commit/0d855e08c067992b7f791a79cbe69e527d39e519))
122
- * **Toast:** polish Toast integration and CSS overrides ([#231](https://github.com/Keeper-Security/keeper-js-ui/issues/231)) ([4a9cbef](https://github.com/Keeper-Security/keeper-js-ui/commit/4a9cbef09be8470962863bc82c85c6b947df895b))
123
- * **Toast:** restore ToastClose size and remove ToastTitle ([#226](https://github.com/Keeper-Security/keeper-js-ui/issues/226)) ([fff7adb](https://github.com/Keeper-Security/keeper-js-ui/commit/fff7adbc740fe13e7109c9ffc22ccd1ad24935b3))
128
+ - **Icon:** add missing keys for children ([#230](https://github.com/Keeper-Security/keeper-js-ui/issues/230)) ([8bba5fe](https://github.com/Keeper-Security/keeper-js-ui/commit/8bba5fee1328e6d30d4b466a2568abf02837c51f))
129
+ - **List:** update to use IconProps and remove ref errors ([#229](https://github.com/Keeper-Security/keeper-js-ui/issues/229)) ([0d855e0](https://github.com/Keeper-Security/keeper-js-ui/commit/0d855e08c067992b7f791a79cbe69e527d39e519))
130
+ - **Toast:** polish Toast integration and CSS overrides ([#231](https://github.com/Keeper-Security/keeper-js-ui/issues/231)) ([4a9cbef](https://github.com/Keeper-Security/keeper-js-ui/commit/4a9cbef09be8470962863bc82c85c6b947df895b))
131
+ - **Toast:** restore ToastClose size and remove ToastTitle ([#226](https://github.com/Keeper-Security/keeper-js-ui/issues/226)) ([fff7adb](https://github.com/Keeper-Security/keeper-js-ui/commit/fff7adbc740fe13e7109c9ffc22ccd1ad24935b3))
124
132
 
125
133
  ## [0.10.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.10.0...v0.10.1) (2025-04-24)
126
134
 
127
-
128
135
  ### Bug Fixes
129
136
 
130
- * **Toast:** account for LTR/RTL absolute positioning ([#221](https://github.com/Keeper-Security/keeper-js-ui/issues/221)) ([4a0a707](https://github.com/Keeper-Security/keeper-js-ui/commit/4a0a707b35d5eb93782573f9fb7179b464304945))
137
+ - **Toast:** account for LTR/RTL absolute positioning ([#221](https://github.com/Keeper-Security/keeper-js-ui/issues/221)) ([4a0a707](https://github.com/Keeper-Security/keeper-js-ui/commit/4a0a707b35d5eb93782573f9fb7179b464304945))
131
138
 
132
139
  ## [0.10.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.9.0...v0.10.0) (2025-04-24)
133
140
 
134
-
135
141
  ### Features
136
142
 
137
- * **Toast:** hide close button until hover ([#217](https://github.com/Keeper-Security/keeper-js-ui/issues/217)) ([13428c0](https://github.com/Keeper-Security/keeper-js-ui/commit/13428c0835b44280bdd4878941f11a16eef1068c))
138
- * **Toast:** pass className through useToast ([#218](https://github.com/Keeper-Security/keeper-js-ui/issues/218)) ([2ff1016](https://github.com/Keeper-Security/keeper-js-ui/commit/2ff10165b2e07e4f7945b6ba60fa4a9a61912c0a))
139
- * **Toast:** style tweaks ([#219](https://github.com/Keeper-Security/keeper-js-ui/issues/219)) ([4694f0b](https://github.com/Keeper-Security/keeper-js-ui/commit/4694f0b8f2bd41ae902cdaebeb0115ba4ecd5395))
140
-
143
+ - **Toast:** hide close button until hover ([#217](https://github.com/Keeper-Security/keeper-js-ui/issues/217)) ([13428c0](https://github.com/Keeper-Security/keeper-js-ui/commit/13428c0835b44280bdd4878941f11a16eef1068c))
144
+ - **Toast:** pass className through useToast ([#218](https://github.com/Keeper-Security/keeper-js-ui/issues/218)) ([2ff1016](https://github.com/Keeper-Security/keeper-js-ui/commit/2ff10165b2e07e4f7945b6ba60fa4a9a61912c0a))
145
+ - **Toast:** style tweaks ([#219](https://github.com/Keeper-Security/keeper-js-ui/issues/219)) ([4694f0b](https://github.com/Keeper-Security/keeper-js-ui/commit/4694f0b8f2bd41ae902cdaebeb0115ba4ecd5395))
141
146
 
142
147
  ### Bug Fixes
143
148
 
144
- * **Toast:** create smaller breakpoint for centering ([#216](https://github.com/Keeper-Security/keeper-js-ui/issues/216)) ([e3acdcd](https://github.com/Keeper-Security/keeper-js-ui/commit/e3acdcdaf31292c8298fd5b85a33de370bd6458e))
149
+ - **Toast:** create smaller breakpoint for centering ([#216](https://github.com/Keeper-Security/keeper-js-ui/issues/216)) ([e3acdcd](https://github.com/Keeper-Security/keeper-js-ui/commit/e3acdcdaf31292c8298fd5b85a33de370bd6458e))
145
150
 
146
151
  ## [0.9.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.8.0...v0.9.0) (2025-04-22)
147
152
 
148
-
149
153
  ### Features
150
154
 
151
- * add List component ([#212](https://github.com/Keeper-Security/keeper-js-ui/issues/212)) ([485374e](https://github.com/Keeper-Security/keeper-js-ui/commit/485374e6143d2a4a980ce1bd1829af4bca6ba26a))
152
- * provide context for internal component labels ([#214](https://github.com/Keeper-Security/keeper-js-ui/issues/214)) ([e2a42c8](https://github.com/Keeper-Security/keeper-js-ui/commit/e2a42c8c21e185250777aebf6359f8f7bcb0d6b3)), closes [#209](https://github.com/Keeper-Security/keeper-js-ui/issues/209)
153
- * **Tooltip:** set defaults to avoid persistent content ([#192](https://github.com/Keeper-Security/keeper-js-ui/issues/192)) ([55355af](https://github.com/Keeper-Security/keeper-js-ui/commit/55355afcfb279246400e34883810df3689181b9a))
154
-
155
+ - add List component ([#212](https://github.com/Keeper-Security/keeper-js-ui/issues/212)) ([485374e](https://github.com/Keeper-Security/keeper-js-ui/commit/485374e6143d2a4a980ce1bd1829af4bca6ba26a))
156
+ - provide context for internal component labels ([#214](https://github.com/Keeper-Security/keeper-js-ui/issues/214)) ([e2a42c8](https://github.com/Keeper-Security/keeper-js-ui/commit/e2a42c8c21e185250777aebf6359f8f7bcb0d6b3)), closes [#209](https://github.com/Keeper-Security/keeper-js-ui/issues/209)
157
+ - **Tooltip:** set defaults to avoid persistent content ([#192](https://github.com/Keeper-Security/keeper-js-ui/issues/192)) ([55355af](https://github.com/Keeper-Security/keeper-js-ui/commit/55355afcfb279246400e34883810df3689181b9a))
155
158
 
156
159
  ### Bug Fixes
157
160
 
158
- * update Toast styles to match Web Vault ([#208](https://github.com/Keeper-Security/keeper-js-ui/issues/208)) ([afe47d1](https://github.com/Keeper-Security/keeper-js-ui/commit/afe47d1466dd3cdb77e0278ed8d89e768df589ef))
161
+ - update Toast styles to match Web Vault ([#208](https://github.com/Keeper-Security/keeper-js-ui/issues/208)) ([afe47d1](https://github.com/Keeper-Security/keeper-js-ui/commit/afe47d1466dd3cdb77e0278ed8d89e768df589ef))
159
162
 
160
163
  ## [0.8.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.7.0...v0.8.0) (2025-03-14)
161
164
 
162
-
163
165
  ### Features
164
166
 
165
- * add ScrollArea component ([#187](https://github.com/Keeper-Security/keeper-js-ui/issues/187)) ([7359594](https://github.com/Keeper-Security/keeper-js-ui/commit/73595945489361d0353c98309548d70651f6ab20)), closes [#186](https://github.com/Keeper-Security/keeper-js-ui/issues/186)
166
- * add Select component ([#71](https://github.com/Keeper-Security/keeper-js-ui/issues/71)) ([fb58584](https://github.com/Keeper-Security/keeper-js-ui/commit/fb58584da9df0959d47e7e7cba8df2aaae024ef0)), closes [#183](https://github.com/Keeper-Security/keeper-js-ui/issues/183)
167
- * **Tooltip:** set position default to bottom, room permitting ([#191](https://github.com/Keeper-Security/keeper-js-ui/issues/191)) ([9b70ebb](https://github.com/Keeper-Security/keeper-js-ui/commit/9b70ebb6c5f91ad30544e2ee6a9bdf798402b9de))
168
-
167
+ - add ScrollArea component ([#187](https://github.com/Keeper-Security/keeper-js-ui/issues/187)) ([7359594](https://github.com/Keeper-Security/keeper-js-ui/commit/73595945489361d0353c98309548d70651f6ab20)), closes [#186](https://github.com/Keeper-Security/keeper-js-ui/issues/186)
168
+ - add Select component ([#71](https://github.com/Keeper-Security/keeper-js-ui/issues/71)) ([fb58584](https://github.com/Keeper-Security/keeper-js-ui/commit/fb58584da9df0959d47e7e7cba8df2aaae024ef0)), closes [#183](https://github.com/Keeper-Security/keeper-js-ui/issues/183)
169
+ - **Tooltip:** set position default to bottom, room permitting ([#191](https://github.com/Keeper-Security/keeper-js-ui/issues/191)) ([9b70ebb](https://github.com/Keeper-Security/keeper-js-ui/commit/9b70ebb6c5f91ad30544e2ee6a9bdf798402b9de))
169
170
 
170
171
  ### Bug Fixes
171
172
 
172
- * **Tooltip:** set max-width so content wraps ([#189](https://github.com/Keeper-Security/keeper-js-ui/issues/189)) ([6ffa233](https://github.com/Keeper-Security/keeper-js-ui/commit/6ffa23393b14d1d1ba21bc63edff2be6986c634c))
173
+ - **Tooltip:** set max-width so content wraps ([#189](https://github.com/Keeper-Security/keeper-js-ui/issues/189)) ([6ffa233](https://github.com/Keeper-Security/keeper-js-ui/commit/6ffa23393b14d1d1ba21bc63edff2be6986c634c))
173
174
 
174
175
  ## [0.7.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.6.0...v0.7.0) (2025-03-07)
175
176
 
176
-
177
177
  ### Features
178
178
 
179
- * add Dialog component ([#147](https://github.com/Keeper-Security/keeper-js-ui/issues/147)) ([9268524](https://github.com/Keeper-Security/keeper-js-ui/commit/926852454d4e7d219a841d80a98e7c98a2c09741))
180
- * add Tooltip component ([#29](https://github.com/Keeper-Security/keeper-js-ui/issues/29)) ([8361d14](https://github.com/Keeper-Security/keeper-js-ui/commit/8361d14a125fe9db763b0080391d5af82e25f7ca))
181
-
179
+ - add Dialog component ([#147](https://github.com/Keeper-Security/keeper-js-ui/issues/147)) ([9268524](https://github.com/Keeper-Security/keeper-js-ui/commit/926852454d4e7d219a841d80a98e7c98a2c09741))
180
+ - add Tooltip component ([#29](https://github.com/Keeper-Security/keeper-js-ui/issues/29)) ([8361d14](https://github.com/Keeper-Security/keeper-js-ui/commit/8361d14a125fe9db763b0080391d5af82e25f7ca))
182
181
 
183
182
  ### Bug Fixes
184
183
 
185
- * **Button:** remove font-weight 500 rule ([#180](https://github.com/Keeper-Security/keeper-js-ui/issues/180)) ([8408c8d](https://github.com/Keeper-Security/keeper-js-ui/commit/8408c8d61448dd8792c270abca7271bbe862eb16)), closes [#178](https://github.com/Keeper-Security/keeper-js-ui/issues/178)
184
+ - **Button:** remove font-weight 500 rule ([#180](https://github.com/Keeper-Security/keeper-js-ui/issues/180)) ([8408c8d](https://github.com/Keeper-Security/keeper-js-ui/commit/8408c8d61448dd8792c270abca7271bbe862eb16)), closes [#178](https://github.com/Keeper-Security/keeper-js-ui/issues/178)
186
185
 
187
186
  ## [0.6.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.5.0...v0.6.0) (2025-01-22)
188
187
 
189
-
190
188
  ### Features
191
189
 
192
- * **Toast:** set "down-to-up" animation as default ([#154](https://github.com/Keeper-Security/keeper-js-ui/issues/154)) ([7a2c5d8](https://github.com/Keeper-Security/keeper-js-ui/commit/7a2c5d822e29e9b4e928c9b5770ed331f9f68ac8)), closes [#153](https://github.com/Keeper-Security/keeper-js-ui/issues/153)
190
+ - **Toast:** set "down-to-up" animation as default ([#154](https://github.com/Keeper-Security/keeper-js-ui/issues/154)) ([7a2c5d8](https://github.com/Keeper-Security/keeper-js-ui/commit/7a2c5d822e29e9b4e928c9b5770ed331f9f68ac8)), closes [#153](https://github.com/Keeper-Security/keeper-js-ui/issues/153)
193
191
 
194
192
  ## [0.5.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.4.0...v0.5.0) (2025-01-13)
195
193
 
196
-
197
194
  ### Features
198
195
 
199
- * add Toast component ([#137](https://github.com/Keeper-Security/keeper-js-ui/issues/137)) ([3343f1e](https://github.com/Keeper-Security/keeper-js-ui/commit/3343f1ea4f58975deb49e33d2088c8de18589100))
200
- * **Button:** add destructive button ([#138](https://github.com/Keeper-Security/keeper-js-ui/issues/138)) ([187d27f](https://github.com/Keeper-Security/keeper-js-ui/commit/187d27f8d5aef1fd40db5c3df7f8f0330108a00d))
201
- * **Switch:** remove useDirection() ([#141](https://github.com/Keeper-Security/keeper-js-ui/issues/141)) ([4180cb0](https://github.com/Keeper-Security/keeper-js-ui/commit/4180cb07ec306a0ffbc918b9a69279ed20bb9125))
196
+ - add Toast component ([#137](https://github.com/Keeper-Security/keeper-js-ui/issues/137)) ([3343f1e](https://github.com/Keeper-Security/keeper-js-ui/commit/3343f1ea4f58975deb49e33d2088c8de18589100))
197
+ - **Button:** add destructive button ([#138](https://github.com/Keeper-Security/keeper-js-ui/issues/138)) ([187d27f](https://github.com/Keeper-Security/keeper-js-ui/commit/187d27f8d5aef1fd40db5c3df7f8f0330108a00d))
198
+ - **Switch:** remove useDirection() ([#141](https://github.com/Keeper-Security/keeper-js-ui/issues/141)) ([4180cb0](https://github.com/Keeper-Security/keeper-js-ui/commit/4180cb07ec306a0ffbc918b9a69279ed20bb9125))
202
199
 
203
200
  ## [0.4.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.3.1...v0.4.0) (2025-01-08)
204
201
 
205
-
206
202
  ### Features
207
203
 
208
- * **deps:** bump react peerDependencies from 18.2.0 to 18.3.1 ([#134](https://github.com/Keeper-Security/keeper-js-ui/issues/134)) ([1553b2a](https://github.com/Keeper-Security/keeper-js-ui/commit/1553b2abaf1e015a48fb1f34ca50c2699cbf0aeb)), closes [#135](https://github.com/Keeper-Security/keeper-js-ui/issues/135)
209
-
204
+ - **deps:** bump react peerDependencies from 18.2.0 to 18.3.1 ([#134](https://github.com/Keeper-Security/keeper-js-ui/issues/134)) ([1553b2a](https://github.com/Keeper-Security/keeper-js-ui/commit/1553b2abaf1e015a48fb1f34ca50c2699cbf0aeb)), closes [#135](https://github.com/Keeper-Security/keeper-js-ui/issues/135)
210
205
 
211
206
  ### Bug Fixes
212
207
 
213
- * add font-family rules to body to override extension page defaults ([#132](https://github.com/Keeper-Security/keeper-js-ui/issues/132)) ([356f262](https://github.com/Keeper-Security/keeper-js-ui/commit/356f262c15a06960157df391a09be95ee72e6883))
208
+ - add font-family rules to body to override extension page defaults ([#132](https://github.com/Keeper-Security/keeper-js-ui/issues/132)) ([356f262](https://github.com/Keeper-Security/keeper-js-ui/commit/356f262c15a06960157df391a09be95ee72e6883))
214
209
 
215
210
  ## [0.3.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.3.0...v0.3.1) (2024-12-20)
216
211
 
217
-
218
212
  ### Bug Fixes
219
213
 
220
- * **vite:** restore exported css file name back to use style.css ([#126](https://github.com/Keeper-Security/keeper-js-ui/issues/126)) ([1418301](https://github.com/Keeper-Security/keeper-js-ui/commit/1418301df87ff135ebd6056cee8858cf61eff2b8))
214
+ - **vite:** restore exported css file name back to use style.css ([#126](https://github.com/Keeper-Security/keeper-js-ui/issues/126)) ([1418301](https://github.com/Keeper-Security/keeper-js-ui/commit/1418301df87ff135ebd6056cee8858cf61eff2b8))
221
215
 
222
216
  ## [0.3.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.2.0...v0.3.0) (2024-12-19)
223
217
 
224
-
225
218
  ### Features
226
219
 
227
- * add Avatar component ([#41](https://github.com/Keeper-Security/keeper-js-ui/issues/41)) ([5724697](https://github.com/Keeper-Security/keeper-js-ui/commit/572469755c30b0a612364b76d604d96150e2b23e))
228
- * add Dropdown menu ([#110](https://github.com/Keeper-Security/keeper-js-ui/issues/110)) ([7a2d391](https://github.com/Keeper-Security/keeper-js-ui/commit/7a2d3919a34337c7502a1a0e220ec9d1eb7aa6d3))
229
- * add neutral variant for outline and text buttons ([#111](https://github.com/Keeper-Security/keeper-js-ui/issues/111)) ([c02223c](https://github.com/Keeper-Security/keeper-js-ui/commit/c02223ca2021ac304af6749e6190d739c4346ecf))
230
- * add Switch component ([#9](https://github.com/Keeper-Security/keeper-js-ui/issues/9)) ([f444495](https://github.com/Keeper-Security/keeper-js-ui/commit/f444495495c74200cd62c4905624443d23ab9946)), closes [#83](https://github.com/Keeper-Security/keeper-js-ui/issues/83)
231
- * **button:** add IconButton ([#121](https://github.com/Keeper-Security/keeper-js-ui/issues/121)) ([09425bf](https://github.com/Keeper-Security/keeper-js-ui/commit/09425bf075f3bf2eb428ccd78b909cc30e64842a))
232
- * **button:** support for icon-only Button ([#112](https://github.com/Keeper-Security/keeper-js-ui/issues/112)) ([707c28c](https://github.com/Keeper-Security/keeper-js-ui/commit/707c28c7a2a3aea04c0d53b40090b958f7cff9f5))
220
+ - add Avatar component ([#41](https://github.com/Keeper-Security/keeper-js-ui/issues/41)) ([5724697](https://github.com/Keeper-Security/keeper-js-ui/commit/572469755c30b0a612364b76d604d96150e2b23e))
221
+ - add Dropdown menu ([#110](https://github.com/Keeper-Security/keeper-js-ui/issues/110)) ([7a2d391](https://github.com/Keeper-Security/keeper-js-ui/commit/7a2d3919a34337c7502a1a0e220ec9d1eb7aa6d3))
222
+ - add neutral variant for outline and text buttons ([#111](https://github.com/Keeper-Security/keeper-js-ui/issues/111)) ([c02223c](https://github.com/Keeper-Security/keeper-js-ui/commit/c02223ca2021ac304af6749e6190d739c4346ecf))
223
+ - add Switch component ([#9](https://github.com/Keeper-Security/keeper-js-ui/issues/9)) ([f444495](https://github.com/Keeper-Security/keeper-js-ui/commit/f444495495c74200cd62c4905624443d23ab9946)), closes [#83](https://github.com/Keeper-Security/keeper-js-ui/issues/83)
224
+ - **button:** add IconButton ([#121](https://github.com/Keeper-Security/keeper-js-ui/issues/121)) ([09425bf](https://github.com/Keeper-Security/keeper-js-ui/commit/09425bf075f3bf2eb428ccd78b909cc30e64842a))
225
+ - **button:** support for icon-only Button ([#112](https://github.com/Keeper-Security/keeper-js-ui/issues/112)) ([707c28c](https://github.com/Keeper-Security/keeper-js-ui/commit/707c28c7a2a3aea04c0d53b40090b958f7cff9f5))
233
226
 
234
227
  ## [0.2.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.2...v0.2.0) (2024-11-27)
235
228
 
236
-
237
229
  ### Features
238
230
 
239
- * add Box component ([#74](https://github.com/Keeper-Security/keeper-js-ui/issues/74)) ([ab0208f](https://github.com/Keeper-Security/keeper-js-ui/commit/ab0208fe6763e6d44cfdb36ed2815eddd7471dde))
240
- * add Separator component ([#30](https://github.com/Keeper-Security/keeper-js-ui/issues/30)) ([fd7554f](https://github.com/Keeper-Security/keeper-js-ui/commit/fd7554fee2377cf3bddc5e816a1beec9d6174b1b))
241
- * **flex:** additional flex options and backward compatibility ([#109](https://github.com/Keeper-Security/keeper-js-ui/issues/109)) ([9b9e0c6](https://github.com/Keeper-Security/keeper-js-ui/commit/9b9e0c6353a970d6e548d66dee818682ee47dda9))
231
+ - add Box component ([#74](https://github.com/Keeper-Security/keeper-js-ui/issues/74)) ([ab0208f](https://github.com/Keeper-Security/keeper-js-ui/commit/ab0208fe6763e6d44cfdb36ed2815eddd7471dde))
232
+ - add Separator component ([#30](https://github.com/Keeper-Security/keeper-js-ui/issues/30)) ([fd7554f](https://github.com/Keeper-Security/keeper-js-ui/commit/fd7554fee2377cf3bddc5e816a1beec9d6174b1b))
233
+ - **flex:** additional flex options and backward compatibility ([#109](https://github.com/Keeper-Security/keeper-js-ui/issues/109)) ([9b9e0c6](https://github.com/Keeper-Security/keeper-js-ui/commit/9b9e0c6353a970d6e548d66dee818682ee47dda9))
242
234
 
243
235
  ## [0.1.2](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.1...v0.1.2) (2024-11-22)
244
236
 
245
-
246
237
  ### Bug Fixes
247
238
 
248
- * **flex:** enforce number types to be of type number ([#101](https://github.com/Keeper-Security/keeper-js-ui/issues/101)) ([03202f5](https://github.com/Keeper-Security/keeper-js-ui/commit/03202f53e90bb357605bf9911ed0e6dc31162ef4)), closes [#100](https://github.com/Keeper-Security/keeper-js-ui/issues/100)
239
+ - **flex:** enforce number types to be of type number ([#101](https://github.com/Keeper-Security/keeper-js-ui/issues/101)) ([03202f5](https://github.com/Keeper-Security/keeper-js-ui/commit/03202f53e90bb357605bf9911ed0e6dc31162ef4)), closes [#100](https://github.com/Keeper-Security/keeper-js-ui/issues/100)
249
240
 
250
241
  ## [0.1.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.0...v0.1.1) (2024-11-19)
251
242
 
252
-
253
243
  ### Bug Fixes
254
244
 
255
- * **button:** add contrast color rules and animation ([#87](https://github.com/Keeper-Security/keeper-js-ui/issues/87)) ([7fa8a18](https://github.com/Keeper-Security/keeper-js-ui/commit/7fa8a18155e04eab709a68e06e8af4263cdbe13a))
256
- * **button:** force tabIndex for Safari ([#96](https://github.com/Keeper-Security/keeper-js-ui/issues/96)) ([ac418f3](https://github.com/Keeper-Security/keeper-js-ui/commit/ac418f37e29f62c3ef7ec774eb2ad055a6bd31e3)), closes [#83](https://github.com/Keeper-Security/keeper-js-ui/issues/83)
245
+ - **button:** add contrast color rules and animation ([#87](https://github.com/Keeper-Security/keeper-js-ui/issues/87)) ([7fa8a18](https://github.com/Keeper-Security/keeper-js-ui/commit/7fa8a18155e04eab709a68e06e8af4263cdbe13a))
246
+ - **button:** force tabIndex for Safari ([#96](https://github.com/Keeper-Security/keeper-js-ui/issues/96)) ([ac418f3](https://github.com/Keeper-Security/keeper-js-ui/commit/ac418f37e29f62c3ef7ec774eb2ad055a6bd31e3)), closes [#83](https://github.com/Keeper-Security/keeper-js-ui/issues/83)
257
247
 
258
248
  ## 0.1.0 (2024-10-30)
259
249
 
260
-
261
250
  ### Features
262
251
 
263
- * add Flex component ([#73](https://github.com/Keeper-Security/keeper-js-ui/issues/73)) ([deee6d1](https://github.com/Keeper-Security/keeper-js-ui/commit/deee6d1b5e4d75b3b26b7f384252070c73677899))
264
- * Default and Primary Buttons ([#82](https://github.com/Keeper-Security/keeper-js-ui/issues/82)) ([149bff4](https://github.com/Keeper-Security/keeper-js-ui/commit/149bff4a5e1441eebd5d2d018156b79bc322c3c0)), closes [#81](https://github.com/Keeper-Security/keeper-js-ui/issues/81)
265
-
252
+ - add Flex component ([#73](https://github.com/Keeper-Security/keeper-js-ui/issues/73)) ([deee6d1](https://github.com/Keeper-Security/keeper-js-ui/commit/deee6d1b5e4d75b3b26b7f384252070c73677899))
253
+ - Default and Primary Buttons ([#82](https://github.com/Keeper-Security/keeper-js-ui/issues/82)) ([149bff4](https://github.com/Keeper-Security/keeper-js-ui/commit/149bff4a5e1441eebd5d2d018156b79bc322c3c0)), closes [#81](https://github.com/Keeper-Security/keeper-js-ui/issues/81)
266
254
 
267
255
  ### Bug Fixes
268
256
 
269
- * **storybook:** remove unnecessary rtl plugin fix ([#52](https://github.com/Keeper-Security/keeper-js-ui/issues/52)) ([b3842d3](https://github.com/Keeper-Security/keeper-js-ui/commit/b3842d3e0b9625c4b059c02dd76a62ff9baefb00))
270
-
257
+ - **storybook:** remove unnecessary rtl plugin fix ([#52](https://github.com/Keeper-Security/keeper-js-ui/issues/52)) ([b3842d3](https://github.com/Keeper-Security/keeper-js-ui/commit/b3842d3e0b9625c4b059c02dd76a62ff9baefb00))
271
258
 
272
259
  ### Reverts
273
260
 
274
- * **storybook:** restore withDirection decorator ([#72](https://github.com/Keeper-Security/keeper-js-ui/issues/72)) ([bb4e05e](https://github.com/Keeper-Security/keeper-js-ui/commit/bb4e05ed775da51ed33ecf965ba264f80bab2526))
275
-
261
+ - **storybook:** restore withDirection decorator ([#72](https://github.com/Keeper-Security/keeper-js-ui/issues/72)) ([bb4e05e](https://github.com/Keeper-Security/keeper-js-ui/commit/bb4e05ed775da51ed33ecf965ba264f80bab2526))
276
262
 
277
263
  ### Miscellaneous Chores
278
264
 
279
- * release 0.1.0 ([#70](https://github.com/Keeper-Security/keeper-js-ui/issues/70)) ([db31448](https://github.com/Keeper-Security/keeper-js-ui/commit/db31448edb1c8dcc35bc8ba3b6ce6de3af912719))
265
+ - release 0.1.0 ([#70](https://github.com/Keeper-Security/keeper-js-ui/issues/70)) ([db31448](https://github.com/Keeper-Security/keeper-js-ui/commit/db31448edb1c8dcc35bc8ba3b6ce6de3af912719))
package/README.md CHANGED
@@ -59,7 +59,7 @@ Stories are chunks of code that render a component and give you the opportunity
59
59
  ```ts
60
60
  // @/components/my-component.stories.ts
61
61
 
62
- import type { Meta, StoryObj } from '@storybook/react'
62
+ import type { Meta, StoryObj } from '@storybook/react-vite'
63
63
  import { MyComponent } from '@/components/my-component'
64
64
 
65
65
  type Story = StoryObj<typeof meta>
@@ -78,7 +78,7 @@ export const Default: Story = {}
78
78
  ```ts
79
79
  // @/components/my-component.stories.ts
80
80
 
81
- import type { Meta, StoryObj } from '@storybook/react'
81
+ import type { Meta, StoryObj } from '@storybook/react-vite'
82
82
  import { MyComponent } from '@/components/my-component'
83
83
 
84
84
  type Story = StoryObj<typeof meta>
@@ -335,7 +335,7 @@ The minimum requirements for a valid commit message are:
335
335
 
336
336
  These standards are enforced with the help of [commitlint](https://commitlint.js.org/).
337
337
 
338
- ### Commitizen
338
+ ### cz-git
339
339
 
340
340
  If you're not comfortable with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) and you're ready to commit your **staged changes**, you can run:
341
341
 
@@ -343,7 +343,7 @@ If you're not comfortable with [Conventional Commits](https://www.conventionalco
343
343
  npm run commit
344
344
  ```
345
345
 
346
- [Commitizen](https://commitizen-tools.github.io/commitizen/) will prompt a series of questions and format your answers per the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#specification):
346
+ [czhgit](https://github.com/Zhengqbbb/cz-git) will prompt a series of questions and format your answers per the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#specification):
347
347
 
348
348
  ```
349
349
  Select the type of change that you're committing:
@@ -474,18 +474,17 @@ This provides 100% customizable opportunities and 100% ownership. It also relies
474
474
 
475
475
  ### Configuration files
476
476
 
477
- - [.czrc](./.czrc) => [cz-cli/commitizen](https://github.com/commitizen/cz-cli#readme)
477
+ - [.czrc](./.czrc) => [cz-git](https://github.com/Zhengqbbb/cz-git#readme)
478
478
  - [.husky/\*](./.husky/) => [Husky](https://typicode.github.io/husky/how-to.html)
479
479
  - [.nvmrc](./.nvmrc) => [nvm](https://github.com/nvm-sh/nvm#readme)
480
480
  - [prettier.config.js](./prettier.config.js) => [Prettier](https://prettier.io/docs/en/configuration.html)
481
481
  - [.storybook/\*](./.storybook/) => [Storybook](https://storybook.js.org/docs/get-started/setup)
482
- - [commitlint.config.js](./commitlint.config.js) => [commitlint](https://commitlint.js.org/reference/configuration.html)
482
+ - [commitlint.config.mjs](./commitlint.config.mjs) => [commitlint](https://commitlint.js.org/reference/configuration.html)
483
483
  - [components.json](./components.json) => [shadcn/ui](https://ui.shadcn.com/docs/components-json)
484
484
  - [eslint.config.js](./eslint.config.js) => [ESLint](https://eslint.org/docs/latest/use/configure/)
485
485
  - [lint-staged.config.js](./lint-staged.config.js) => [Lint Staged](https://github.com/lint-staged/lint-staged?tab=readme-ov-file#configuration)
486
- - [tsconfig{.app,.node}.json](./tsconfig.json) => [TypeScript](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
486
+ - [tsconfig{.app,.build,.node}.json](./tsconfig.json) => [TypeScript](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
487
487
  - [vite.config.ts](./vite.config.ts) => [Vite](https://vitejs.dev/config/)
488
- - [vitest.workspace.ts](./vitest.workspace.ts) => [Vitest](https://vitest.dev/)
489
488
 
490
489
  ## Production Build
491
490