Commit 42a4dcb
docs(keyboard-key): add documentation (#4164)
* feat(keyboard-key): component init
* chore(tools): plopfile syntax fix
* chore(tools): plopfile syntax fix
* chore(tools): plopfile syntax fix
* feat(keyboard-key): styled w/ hook unit tests
* feat(keyboard-key): added variants and styles
* chore(plop): update tsx dependency
* chore(keyboard-key): internal exports in core
* chore(keyboard-key): typedocs & build
* chore(docs): use KeyboardKey in nav
* docs(keyboard-key): init content
* feat(keyboard-key): change to infline-flex style
* docs(keybaord-key): added examples
* chore(keyboard-key): added stroy
* chore(keyboard-key): linting
* fix(keyboard-key): command logic
* feat(design-tokens): added new box shadows to support keyboard-keys
* chore(ci-cd): added chagesets
* fix(keyboard-key): boxShadow stylings
* fix(keyboard-key): remove null component wrapper
* fix(keyboard-key): aria-hidden
* chore(keyboard-key): refactor
* chore(keyboard-key): code cleanup
* chore(keyboard-key): code cleanup
* chore(keyboard-key): typedocs
* chore(keyboard-key): fix tests
* fix(keyboard-key): aria and diableBrowserShortcuts
* fix(keyboard-key): props fix
* chore(keyboard-key): playgorund storybook
* chore(keyboard-key): formatting fix
* chore(keyboard-key): stories update
* chore(keyboard-key): formatting fix
* chore(keyboard-key): typo
* Update .changeset/sweet-mugs-admire.md
Co-authored-by: Nora Krantz <[email protected]>
* Update .changeset/shaggy-sheep-confess.md
Co-authored-by: Nora Krantz <[email protected]>
* chore(keyboard-key): address PR comments
* feat(keyboard-tooltip): wip
* chore(tooltip): update types
* chore(tooltip): update types
* chore(tooltip): better var naming
* chore(tooltip): fail safe check
* chore(tooltip): linting
* chore(tooltip): linting
* chore(tooltip): yarn lock
* chore(tooltip): changeset
* chore(tooltip): fix spelling
* chore(tooltip): uppdate type name
* docs(keyboard-key): wip
* feat(tooltip): add anonymous keybaord action to tooltip
* fix(keyboard-key): ignore case sensitivty to overcome shift combo bug
* fix(keyboard-key): ignore case sensitivty to overcome shift combo bug
* Update packages/paste-core/components/tooltip/src/Tooltip.tsx
Co-authored-by: Sarah <[email protected]>
* fix(tooltip): update keyboardkey styles
* chore(tooltip): formatting
* docs(keyboard-key): hook examples
* docs(keyboard-key): fix composition notes
* docs(keyboard-key): fix docs search
* docs(keyboard-key): change example trigger
* docs(keyboard-key): fix build issue
* docs(keyboard-key): yanlock
* docs(keyboard-key): import fix
* docs(keyboard-key): lint and format
* docs(keyboard-key): changeset
* Apply suggestions from code review
Co-authored-by: Nora Krantz <[email protected]>
* docs(keyboard-key): address PR comments
* Apply suggestions from code review
Co-authored-by: Nora Krantz <[email protected]>
* docs(keyboard-key): address PR comments
* docs(keyboard-key): remopve unused import
* docs(keyboard-key): address PR comments
* docs(keyboard-key): address PR comments
* docs(keyboard-key): address PR comments
* docs(keyboard-key): pressed stlying example
---------
Co-authored-by: Nora Krantz <[email protected]>
Co-authored-by: Sarah <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>1 parent 7f39856 commit 42a4dcb
File tree
12 files changed
+728
-33
lines changed- .changeset
- cypress/integration/sitemap-vrt
- packages
- paste-core/components/keyboard-key
- __tests__
- src
- paste-website
- src
- component-examples
- components/site-wrapper/site-header
- pages/components/keyboard-key
12 files changed
+728
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| |||
Lines changed: 21 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments