@keeper-security/keeper-js-ui 0.17.0 → 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 +117 -124
  2. package/README.md +7 -8
  3. package/dist/index.cjs +12 -12
  4. package/dist/index.js +4526 -4220
  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,272 +1,265 @@
1
1
  # Changelog
2
2
 
3
- ## [0.17.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.16.0...v0.17.0) (2026-01-30)
4
-
3
+ ## [0.18.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.1...v0.18.0) (2026-02-24)
5
4
 
6
5
  ### Features
7
6
 
8
- * 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))
9
- * 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))
10
- * **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)
11
- * **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))
12
- * **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))
13
-
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))
14
13
 
15
14
  ### Bug Fixes
16
15
 
17
- * **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))
18
- * **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))
19
- * **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))
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))
20
24
 
21
- ## [0.16.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.15.0...v0.16.0) (2025-12-03)
25
+ ## [0.17.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.0...v0.17.1) (2026-02-04)
26
+
27
+ ### Bug Fixes
22
28
 
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))
30
+
31
+ ## [0.17.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.16.0...v0.17.0) (2026-01-30)
23
32
 
24
33
  ### Features
25
34
 
26
- * **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))
27
- * **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
+ - 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))
28
40
 
29
- ## [0.15.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.14.0...v0.15.0) (2025-11-04)
41
+ ### Bug Fixes
42
+
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))
30
46
 
47
+ ## [0.16.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.15.0...v0.16.0) (2025-12-03)
31
48
 
32
49
  ### Features
33
50
 
34
- * **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))
35
- * **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))
36
- * **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)
37
- * **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))
38
- * **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))
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))
39
53
 
54
+ ## [0.15.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.14.0...v0.15.0) (2025-11-04)
55
+
56
+ ### Features
57
+
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))
40
63
 
41
64
  ### Bug Fixes
42
65
 
43
- * **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))
44
- * **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))
45
- * **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))
46
- * **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))
47
- * **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))
48
71
 
49
72
  ## [0.14.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.13.0...v0.14.0) (2025-09-05)
50
73
 
51
-
52
74
  ### Features
53
75
 
54
- * 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))
55
- * 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))
56
- * **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))
57
- * **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)
58
- * **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)
59
- * **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))
60
- * **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))
61
- * **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)
62
- * **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)
63
- * 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))
64
-
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))
65
86
 
66
87
  ### Bug Fixes
67
88
 
68
- * **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))
69
- * **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))
70
91
 
71
92
  ## [0.13.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.12.0...v0.13.0) (2025-06-23)
72
93
 
73
-
74
94
  ### Features
75
95
 
76
- * **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))
77
-
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))
78
97
 
79
98
  ### Bug Fixes
80
99
 
81
- * **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))
82
101
 
83
102
  ## [0.12.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.11.0...v0.12.0) (2025-06-03)
84
103
 
85
-
86
104
  ### Features
87
105
 
88
- * **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))
89
- * **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))
90
- * **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))
91
- * **Icons:** export icons and create Storybook icon gallery ([c656c37](https://github.com/Keeper-Security/keeper-js-ui/commit/c656c378b75463b1324083a0dcb08eeb67fff04d))
92
- * **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))
93
-
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))
94
111
 
95
112
  ### Bug Fixes
96
113
 
97
- * **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))
98
- * **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))
99
- * **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)
100
- * **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))
101
- * **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))
102
119
 
103
120
  ## [0.11.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.10.1...v0.11.0) (2025-04-29)
104
121
 
105
-
106
122
  ### Features
107
123
 
108
- * **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))
109
-
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))
110
125
 
111
126
  ### Bug Fixes
112
127
 
113
- * **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))
114
- * **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))
115
- * **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))
116
- * **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))
117
132
 
118
133
  ## [0.10.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.10.0...v0.10.1) (2025-04-24)
119
134
 
120
-
121
135
  ### Bug Fixes
122
136
 
123
- * **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))
124
138
 
125
139
  ## [0.10.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.9.0...v0.10.0) (2025-04-24)
126
140
 
127
-
128
141
  ### Features
129
142
 
130
- * **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))
131
- * **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))
132
- * **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))
133
-
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))
134
146
 
135
147
  ### Bug Fixes
136
148
 
137
- * **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))
138
150
 
139
151
  ## [0.9.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.8.0...v0.9.0) (2025-04-22)
140
152
 
141
-
142
153
  ### Features
143
154
 
144
- * 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))
145
- * 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)
146
- * **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))
147
-
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))
148
158
 
149
159
  ### Bug Fixes
150
160
 
151
- * 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))
152
162
 
153
163
  ## [0.8.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.7.0...v0.8.0) (2025-03-14)
154
164
 
155
-
156
165
  ### Features
157
166
 
158
- * 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)
159
- * 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)
160
- * **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))
161
-
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))
162
170
 
163
171
  ### Bug Fixes
164
172
 
165
- * **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))
166
174
 
167
175
  ## [0.7.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.6.0...v0.7.0) (2025-03-07)
168
176
 
169
-
170
177
  ### Features
171
178
 
172
- * 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))
173
- * 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))
174
-
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))
175
181
 
176
182
  ### Bug Fixes
177
183
 
178
- * **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)
179
185
 
180
186
  ## [0.6.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.5.0...v0.6.0) (2025-01-22)
181
187
 
182
-
183
188
  ### Features
184
189
 
185
- * **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)
186
191
 
187
192
  ## [0.5.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.4.0...v0.5.0) (2025-01-13)
188
193
 
189
-
190
194
  ### Features
191
195
 
192
- * 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))
193
- * **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))
194
- * **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))
195
199
 
196
200
  ## [0.4.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.3.1...v0.4.0) (2025-01-08)
197
201
 
198
-
199
202
  ### Features
200
203
 
201
- * **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)
202
-
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)
203
205
 
204
206
  ### Bug Fixes
205
207
 
206
- * 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))
207
209
 
208
210
  ## [0.3.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.3.0...v0.3.1) (2024-12-20)
209
211
 
210
-
211
212
  ### Bug Fixes
212
213
 
213
- * **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))
214
215
 
215
216
  ## [0.3.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.2.0...v0.3.0) (2024-12-19)
216
217
 
217
-
218
218
  ### Features
219
219
 
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))
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))
226
226
 
227
227
  ## [0.2.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.2...v0.2.0) (2024-11-27)
228
228
 
229
-
230
229
  ### Features
231
230
 
232
- * 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))
233
- * 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))
234
- * **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))
235
234
 
236
235
  ## [0.1.2](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.1...v0.1.2) (2024-11-22)
237
236
 
238
-
239
237
  ### Bug Fixes
240
238
 
241
- * **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)
242
240
 
243
241
  ## [0.1.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.0...v0.1.1) (2024-11-19)
244
242
 
245
-
246
243
  ### Bug Fixes
247
244
 
248
- * **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))
249
- * **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)
250
247
 
251
248
  ## 0.1.0 (2024-10-30)
252
249
 
253
-
254
250
  ### Features
255
251
 
256
- * 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))
257
- * 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)
258
-
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)
259
254
 
260
255
  ### Bug Fixes
261
256
 
262
- * **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))
263
-
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))
264
258
 
265
259
  ### Reverts
266
260
 
267
- * **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))
268
-
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))
269
262
 
270
263
  ### Miscellaneous Chores
271
264
 
272
- * 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