@keeper-security/keeper-js-ui 0.17.1 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +121 -126
- package/README.md +7 -8
- package/dist/index.cjs +8 -8
- package/dist/index.js +4250 -3940
- package/dist/style.css +1 -1
- package/dist/types/components/ui/avatar.constants.d.ts +2 -0
- package/dist/types/components/ui/avatar.constants.d.ts.map +1 -0
- package/dist/types/components/ui/avatar.d.ts +1 -2
- package/dist/types/components/ui/avatar.d.ts.map +1 -1
- package/dist/types/components/ui/button.d.ts +4 -8
- package/dist/types/components/ui/button.d.ts.map +1 -1
- package/dist/types/components/ui/dropdown-menu.d.ts +11 -7
- package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/types/components/ui/icon-button.d.ts +0 -1
- package/dist/types/components/ui/icon-button.d.ts.map +1 -1
- package/dist/types/components/ui/icon.d.ts.map +1 -1
- package/dist/types/components/ui/list.d.ts +18 -16
- package/dist/types/components/ui/list.d.ts.map +1 -1
- package/dist/types/components/ui/loader.d.ts.map +1 -1
- package/dist/types/components/ui/separator.d.ts +2 -3
- package/dist/types/components/ui/separator.d.ts.map +1 -1
- package/dist/types/components/ui/toast.d.ts +8 -2
- package/dist/types/components/ui/toast.d.ts.map +1 -1
- package/dist/types/hooks/use-strings.d.ts.map +1 -1
- package/dist/types/hooks/use-toast.d.ts +0 -1
- package/dist/types/hooks/use-toast.d.ts.map +1 -1
- package/dist/types/icons/file-lock.d.ts.map +1 -1
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/keeper-connection-manager.d.ts +3 -0
- package/dist/types/icons/keeper-connection-manager.d.ts.map +1 -0
- package/dist/types/icons/mysql-logo.d.ts.map +1 -1
- package/dist/types/icons/radio-input-selected.d.ts.map +1 -1
- package/dist/types/icons/radio-input.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +19 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,279 +1,274 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.
|
|
3
|
+
## [0.18.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.18.0...v0.18.1) (2026-02-25)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
### Bug Fixes
|
|
7
7
|
|
|
8
|
-
* **
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
* **IconButton:** restore default size ([#454](https://github.com/Keeper-Security/keeper-js-ui/issues/454)) ([4a7d55a](https://github.com/Keeper-Security/keeper-js-ui/commit/4a7d55acd24225a93226d0ec563e1c707f8f51dd)), closes [#451](https://github.com/Keeper-Security/keeper-js-ui/issues/451)
|
|
9
|
+
* **List:** create density prop, move compact prop under it ([#456](https://github.com/Keeper-Security/keeper-js-ui/issues/456)) ([7c006ac](https://github.com/Keeper-Security/keeper-js-ui/commit/7c006ac33228acb29476ddfb66e4db332c4b3dbc)), closes [#452](https://github.com/Keeper-Security/keeper-js-ui/issues/452)
|
|
10
|
+
* **ListItemText:** set default overflow to wrap not truncate ([#455](https://github.com/Keeper-Security/keeper-js-ui/issues/455)) ([7f5d2a7](https://github.com/Keeper-Security/keeper-js-ui/commit/7f5d2a77bb676fb1477a9b8627b456920925e90c))
|
|
11
11
|
|
|
12
|
+
## [0.18.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.1...v0.18.0) (2026-02-24)
|
|
12
13
|
|
|
13
14
|
### Features
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
- **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))
|
|
17
|
+
- **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))
|
|
18
|
+
- **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))
|
|
19
|
+
- **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)
|
|
20
|
+
- **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))
|
|
21
|
+
- **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))
|
|
21
22
|
|
|
22
23
|
### Bug Fixes
|
|
23
24
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
- **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))
|
|
26
|
+
- **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))
|
|
27
|
+
- **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))
|
|
28
|
+
- **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))
|
|
29
|
+
- **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))
|
|
30
|
+
- **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))
|
|
31
|
+
- **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))
|
|
32
|
+
- **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))
|
|
27
33
|
|
|
28
|
-
## [0.
|
|
34
|
+
## [0.17.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.17.0...v0.17.1) (2026-02-04)
|
|
29
35
|
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- **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))
|
|
39
|
+
|
|
40
|
+
## [0.17.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.16.0...v0.17.0) (2026-01-30)
|
|
30
41
|
|
|
31
42
|
### Features
|
|
32
43
|
|
|
33
|
-
|
|
34
|
-
|
|
44
|
+
- 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))
|
|
45
|
+
- 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))
|
|
46
|
+
- **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)
|
|
47
|
+
- **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))
|
|
48
|
+
- **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))
|
|
35
49
|
|
|
36
|
-
|
|
50
|
+
### Bug Fixes
|
|
37
51
|
|
|
52
|
+
- **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))
|
|
53
|
+
- **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))
|
|
54
|
+
- **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))
|
|
55
|
+
|
|
56
|
+
## [0.16.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.15.0...v0.16.0) (2025-12-03)
|
|
38
57
|
|
|
39
58
|
### Features
|
|
40
59
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
60
|
+
- **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))
|
|
61
|
+
- **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))
|
|
62
|
+
|
|
63
|
+
## [0.15.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.14.0...v0.15.0) (2025-11-04)
|
|
64
|
+
|
|
65
|
+
### Features
|
|
46
66
|
|
|
67
|
+
- **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))
|
|
68
|
+
- **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))
|
|
69
|
+
- **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)
|
|
70
|
+
- **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))
|
|
71
|
+
- **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
72
|
|
|
48
73
|
### Bug Fixes
|
|
49
74
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
75
|
+
- **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))
|
|
76
|
+
- **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))
|
|
77
|
+
- **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))
|
|
78
|
+
- **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))
|
|
79
|
+
- **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
80
|
|
|
56
81
|
## [0.14.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.13.0...v0.14.0) (2025-09-05)
|
|
57
82
|
|
|
58
|
-
|
|
59
83
|
### Features
|
|
60
84
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
85
|
+
- 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))
|
|
86
|
+
- 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))
|
|
87
|
+
- **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))
|
|
88
|
+
- **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)
|
|
89
|
+
- **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)
|
|
90
|
+
- **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))
|
|
91
|
+
- **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))
|
|
92
|
+
- **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)
|
|
93
|
+
- **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)
|
|
94
|
+
- 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
95
|
|
|
73
96
|
### Bug Fixes
|
|
74
97
|
|
|
75
|
-
|
|
76
|
-
|
|
98
|
+
- **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))
|
|
99
|
+
- **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
100
|
|
|
78
101
|
## [0.13.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.12.0...v0.13.0) (2025-06-23)
|
|
79
102
|
|
|
80
|
-
|
|
81
103
|
### Features
|
|
82
104
|
|
|
83
|
-
|
|
84
|
-
|
|
105
|
+
- **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
106
|
|
|
86
107
|
### Bug Fixes
|
|
87
108
|
|
|
88
|
-
|
|
109
|
+
- **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
110
|
|
|
90
111
|
## [0.12.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.11.0...v0.12.0) (2025-06-03)
|
|
91
112
|
|
|
92
|
-
|
|
93
113
|
### Features
|
|
94
114
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
115
|
+
- **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))
|
|
116
|
+
- **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))
|
|
117
|
+
- **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))
|
|
118
|
+
- **Icons:** export icons and create Storybook icon gallery ([c656c37](https://github.com/Keeper-Security/keeper-js-ui/commit/c656c378b75463b1324083a0dcb08eeb67fff04d))
|
|
119
|
+
- **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
120
|
|
|
102
121
|
### Bug Fixes
|
|
103
122
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
123
|
+
- **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))
|
|
124
|
+
- **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))
|
|
125
|
+
- **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)
|
|
126
|
+
- **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))
|
|
127
|
+
- **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
128
|
|
|
110
129
|
## [0.11.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.10.1...v0.11.0) (2025-04-29)
|
|
111
130
|
|
|
112
|
-
|
|
113
131
|
### Features
|
|
114
132
|
|
|
115
|
-
|
|
116
|
-
|
|
133
|
+
- **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
134
|
|
|
118
135
|
### Bug Fixes
|
|
119
136
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
137
|
+
- **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))
|
|
138
|
+
- **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))
|
|
139
|
+
- **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))
|
|
140
|
+
- **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
141
|
|
|
125
142
|
## [0.10.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.10.0...v0.10.1) (2025-04-24)
|
|
126
143
|
|
|
127
|
-
|
|
128
144
|
### Bug Fixes
|
|
129
145
|
|
|
130
|
-
|
|
146
|
+
- **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
147
|
|
|
132
148
|
## [0.10.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.9.0...v0.10.0) (2025-04-24)
|
|
133
149
|
|
|
134
|
-
|
|
135
150
|
### Features
|
|
136
151
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
152
|
+
- **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))
|
|
153
|
+
- **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))
|
|
154
|
+
- **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
155
|
|
|
142
156
|
### Bug Fixes
|
|
143
157
|
|
|
144
|
-
|
|
158
|
+
- **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
159
|
|
|
146
160
|
## [0.9.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.8.0...v0.9.0) (2025-04-22)
|
|
147
161
|
|
|
148
|
-
|
|
149
162
|
### Features
|
|
150
163
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
164
|
+
- 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))
|
|
165
|
+
- 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)
|
|
166
|
+
- **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
167
|
|
|
156
168
|
### Bug Fixes
|
|
157
169
|
|
|
158
|
-
|
|
170
|
+
- 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
171
|
|
|
160
172
|
## [0.8.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.7.0...v0.8.0) (2025-03-14)
|
|
161
173
|
|
|
162
|
-
|
|
163
174
|
### Features
|
|
164
175
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
176
|
+
- 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)
|
|
177
|
+
- 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)
|
|
178
|
+
- **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
179
|
|
|
170
180
|
### Bug Fixes
|
|
171
181
|
|
|
172
|
-
|
|
182
|
+
- **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
183
|
|
|
174
184
|
## [0.7.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.6.0...v0.7.0) (2025-03-07)
|
|
175
185
|
|
|
176
|
-
|
|
177
186
|
### Features
|
|
178
187
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
188
|
+
- 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))
|
|
189
|
+
- 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
190
|
|
|
183
191
|
### Bug Fixes
|
|
184
192
|
|
|
185
|
-
|
|
193
|
+
- **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
194
|
|
|
187
195
|
## [0.6.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.5.0...v0.6.0) (2025-01-22)
|
|
188
196
|
|
|
189
|
-
|
|
190
197
|
### Features
|
|
191
198
|
|
|
192
|
-
|
|
199
|
+
- **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
200
|
|
|
194
201
|
## [0.5.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.4.0...v0.5.0) (2025-01-13)
|
|
195
202
|
|
|
196
|
-
|
|
197
203
|
### Features
|
|
198
204
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
205
|
+
- 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))
|
|
206
|
+
- **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))
|
|
207
|
+
- **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
208
|
|
|
203
209
|
## [0.4.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.3.1...v0.4.0) (2025-01-08)
|
|
204
210
|
|
|
205
|
-
|
|
206
211
|
### Features
|
|
207
212
|
|
|
208
|
-
|
|
209
|
-
|
|
213
|
+
- **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
214
|
|
|
211
215
|
### Bug Fixes
|
|
212
216
|
|
|
213
|
-
|
|
217
|
+
- 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
218
|
|
|
215
219
|
## [0.3.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.3.0...v0.3.1) (2024-12-20)
|
|
216
220
|
|
|
217
|
-
|
|
218
221
|
### Bug Fixes
|
|
219
222
|
|
|
220
|
-
|
|
223
|
+
- **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
224
|
|
|
222
225
|
## [0.3.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.2.0...v0.3.0) (2024-12-19)
|
|
223
226
|
|
|
224
|
-
|
|
225
227
|
### Features
|
|
226
228
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
229
|
+
- 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))
|
|
230
|
+
- 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))
|
|
231
|
+
- 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))
|
|
232
|
+
- 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)
|
|
233
|
+
- **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))
|
|
234
|
+
- **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
235
|
|
|
234
236
|
## [0.2.0](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.2...v0.2.0) (2024-11-27)
|
|
235
237
|
|
|
236
|
-
|
|
237
238
|
### Features
|
|
238
239
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
240
|
+
- 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))
|
|
241
|
+
- 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))
|
|
242
|
+
- **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
243
|
|
|
243
244
|
## [0.1.2](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.1...v0.1.2) (2024-11-22)
|
|
244
245
|
|
|
245
|
-
|
|
246
246
|
### Bug Fixes
|
|
247
247
|
|
|
248
|
-
|
|
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)
|
|
249
249
|
|
|
250
250
|
## [0.1.1](https://github.com/Keeper-Security/keeper-js-ui/compare/v0.1.0...v0.1.1) (2024-11-19)
|
|
251
251
|
|
|
252
|
-
|
|
253
252
|
### Bug Fixes
|
|
254
253
|
|
|
255
|
-
|
|
256
|
-
|
|
254
|
+
- **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))
|
|
255
|
+
- **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
256
|
|
|
258
257
|
## 0.1.0 (2024-10-30)
|
|
259
258
|
|
|
260
|
-
|
|
261
259
|
### Features
|
|
262
260
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
261
|
+
- 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))
|
|
262
|
+
- 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
263
|
|
|
267
264
|
### Bug Fixes
|
|
268
265
|
|
|
269
|
-
|
|
270
|
-
|
|
266
|
+
- **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
267
|
|
|
272
268
|
### Reverts
|
|
273
269
|
|
|
274
|
-
|
|
275
|
-
|
|
270
|
+
- **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
271
|
|
|
277
272
|
### Miscellaneous Chores
|
|
278
273
|
|
|
279
|
-
|
|
274
|
+
- 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
|
-
###
|
|
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
|
-
[
|
|
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-
|
|
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.
|
|
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
|
|