@fluentui/react-tabster 9.0.0-rc.7 → 9.0.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 (79) hide show
  1. package/CHANGELOG.json +297 -1
  2. package/CHANGELOG.md +183 -84
  3. package/dist/{react-tabster.d.ts → index.d.ts} +23 -8
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/{symbols.js → focus/constants.js} +5 -1
  6. package/lib/focus/constants.js.map +1 -0
  7. package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
  8. package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  9. package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +15 -34
  10. package/lib/focus/createFocusOutlineStyle.js.map +1 -0
  11. package/lib/focus/index.js +3 -0
  12. package/lib/focus/index.js.map +1 -0
  13. package/lib/hooks/index.js +0 -1
  14. package/lib/hooks/index.js.map +1 -1
  15. package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
  16. package/lib/hooks/useFocusFinders.js.map +1 -1
  17. package/lib/hooks/useFocusableGroup.js +1 -1
  18. package/lib/hooks/useFocusableGroup.js.map +1 -1
  19. package/lib/hooks/useKeyboardNavAttribute.js +5 -3
  20. package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
  21. package/lib/hooks/useModalAttributes.js +4 -2
  22. package/lib/hooks/useModalAttributes.js.map +1 -1
  23. package/lib/hooks/useTabster.js +1 -1
  24. package/lib/hooks/useTabster.js.map +1 -1
  25. package/lib/hooks/useTabsterAttributes.js +1 -0
  26. package/lib/hooks/useTabsterAttributes.js.map +1 -1
  27. package/lib/index.js +2 -1
  28. package/lib/index.js.map +1 -1
  29. package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
  30. package/lib-commonjs/focus/constants.js.map +1 -0
  31. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
  32. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  33. package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +19 -39
  34. package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
  35. package/lib-commonjs/focus/index.js +12 -0
  36. package/lib-commonjs/focus/index.js.map +1 -0
  37. package/lib-commonjs/hooks/index.js +0 -2
  38. package/lib-commonjs/hooks/index.js.map +1 -1
  39. package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
  40. package/lib-commonjs/hooks/useFocusFinders.js.map +1 -1
  41. package/lib-commonjs/hooks/useFocusableGroup.js +1 -1
  42. package/lib-commonjs/hooks/useFocusableGroup.js.map +1 -1
  43. package/lib-commonjs/hooks/useKeyboardNavAttribute.js +7 -5
  44. package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
  45. package/lib-commonjs/hooks/useModalAttributes.js +4 -2
  46. package/lib-commonjs/hooks/useModalAttributes.js.map +1 -1
  47. package/lib-commonjs/hooks/useTabster.js +1 -1
  48. package/lib-commonjs/hooks/useTabster.js.map +1 -1
  49. package/lib-commonjs/hooks/useTabsterAttributes.js +1 -0
  50. package/lib-commonjs/hooks/useTabsterAttributes.js.map +1 -1
  51. package/lib-commonjs/index.js +16 -13
  52. package/lib-commonjs/index.js.map +1 -1
  53. package/package.json +12 -13
  54. package/lib/hooks/index.d.ts +0 -7
  55. package/lib/hooks/useArrowNavigationGroup.d.ts +0 -26
  56. package/lib/hooks/useFocusFinders.d.ts +0 -11
  57. package/lib/hooks/useFocusIndicatorStyle.d.ts +0 -33
  58. package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
  59. package/lib/hooks/useFocusableGroup.d.ts +0 -12
  60. package/lib/hooks/useKeyboardNavAttribute.d.ts +0 -5
  61. package/lib/hooks/useModalAttributes.d.ts +0 -22
  62. package/lib/hooks/useTabster.d.ts +0 -9
  63. package/lib/hooks/useTabsterAttributes.d.ts +0 -5
  64. package/lib/index.d.ts +0 -2
  65. package/lib/symbols.d.ts +0 -2
  66. package/lib/symbols.js.map +0 -1
  67. package/lib-commonjs/hooks/index.d.ts +0 -7
  68. package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +0 -26
  69. package/lib-commonjs/hooks/useFocusFinders.d.ts +0 -11
  70. package/lib-commonjs/hooks/useFocusIndicatorStyle.d.ts +0 -33
  71. package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
  72. package/lib-commonjs/hooks/useFocusableGroup.d.ts +0 -12
  73. package/lib-commonjs/hooks/useKeyboardNavAttribute.d.ts +0 -5
  74. package/lib-commonjs/hooks/useModalAttributes.d.ts +0 -22
  75. package/lib-commonjs/hooks/useTabster.d.ts +0 -9
  76. package/lib-commonjs/hooks/useTabsterAttributes.d.ts +0 -5
  77. package/lib-commonjs/index.d.ts +0 -2
  78. package/lib-commonjs/symbols.d.ts +0 -2
  79. package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,303 @@
2
2
  "name": "@fluentui/react-tabster",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 25 Apr 2022 09:31:17 GMT",
5
+ "date": "Tue, 28 Jun 2022 15:08:29 GMT",
6
+ "tag": "@fluentui/react-tabster_v9.0.0",
7
+ "version": "9.0.0",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "lingfangao@hotmail.com",
12
+ "package": "@fluentui/react-tabster",
13
+ "commit": "2da4428ae7d6e464c538b7ed10e425ce0e531144",
14
+ "comment": "chore: Mark teams-prg owned APIs with @internal"
15
+ },
16
+ {
17
+ "author": "Humberto.Morimoto@microsoft.com",
18
+ "package": "@fluentui/react-tabster",
19
+ "commit": "09f58dcbef2306875046261dc0b7821283ccc287",
20
+ "comment": "chore: Using ::before and ::after instead of :before and :after."
21
+ },
22
+ {
23
+ "author": "lingfangao@hotmail.com",
24
+ "package": "@fluentui/react-tabster",
25
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
26
+ "comment": "Bump Griffel dependencies"
27
+ },
28
+ {
29
+ "author": "lingfangao@hotmail.com",
30
+ "package": "@fluentui/react-tabster",
31
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
32
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
33
+ },
34
+ {
35
+ "author": "lingfangao@hotmail.com",
36
+ "package": "@fluentui/react-tabster",
37
+ "commit": "02ee30f8ef173f3a1d2c0c73bcdaef8abae5c055",
38
+ "comment": "feat: Add new `legacyTrapFocus` option to `useModalAttributes`"
39
+ }
40
+ ],
41
+ "none": [
42
+ {
43
+ "author": "lingfangao@hotmail.com",
44
+ "package": "@fluentui/react-tabster",
45
+ "commit": "2da2d47e3dac6f8f4396ab112ab80b1dd34cc9ac",
46
+ "comment": "Bump cypress to v10"
47
+ }
48
+ ],
49
+ "patch": [
50
+ {
51
+ "author": "lingfangao@hotmail.com",
52
+ "package": "@fluentui/react-tabster",
53
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
54
+ "comment": "feat: Initial 9.0.0 release"
55
+ },
56
+ {
57
+ "author": "beachball",
58
+ "package": "@fluentui/react-tabster",
59
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0",
60
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
61
+ },
62
+ {
63
+ "author": "beachball",
64
+ "package": "@fluentui/react-tabster",
65
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
66
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
67
+ },
68
+ {
69
+ "author": "beachball",
70
+ "package": "@fluentui/react-tabster",
71
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
72
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
73
+ }
74
+ ]
75
+ }
76
+ },
77
+ {
78
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
79
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.14",
80
+ "version": "9.0.0-rc.14",
81
+ "comments": {
82
+ "prerelease": [
83
+ {
84
+ "author": "beachball",
85
+ "package": "@fluentui/react-tabster",
86
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.11",
87
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
88
+ },
89
+ {
90
+ "author": "beachball",
91
+ "package": "@fluentui/react-tabster",
92
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
93
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
94
+ }
95
+ ]
96
+ }
97
+ },
98
+ {
99
+ "date": "Tue, 31 May 2022 21:28:48 GMT",
100
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.13",
101
+ "version": "9.0.0-rc.13",
102
+ "comments": {
103
+ "none": [
104
+ {
105
+ "author": "bernardo.sunderhus@gmail.com",
106
+ "package": "@fluentui/react-tabster",
107
+ "commit": "8880ed437b2f2db0fd10c5e74ceab3bd3639d650",
108
+ "comment": "Adds stories for focus indicator documentation"
109
+ }
110
+ ],
111
+ "prerelease": [
112
+ {
113
+ "author": "olfedias@microsoft.com",
114
+ "package": "@fluentui/react-tabster",
115
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
116
+ "comment": "chore: Update Griffel to latest version"
117
+ },
118
+ {
119
+ "author": "bernardo.sunderhus@gmail.com",
120
+ "package": "@fluentui/react-tabster",
121
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd",
122
+ "comment": "updates import to react-shared-components"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-tabster",
127
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.10",
128
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
129
+ },
130
+ {
131
+ "author": "beachball",
132
+ "package": "@fluentui/react-tabster",
133
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
134
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
135
+ }
136
+ ]
137
+ }
138
+ },
139
+ {
140
+ "date": "Thu, 26 May 2022 21:01:31 GMT",
141
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.12",
142
+ "version": "9.0.0-rc.12",
143
+ "comments": {
144
+ "prerelease": [
145
+ {
146
+ "author": "tristan.watanabe@gmail.com",
147
+ "package": "@fluentui/react-tabster",
148
+ "commit": "c089a26b502e3b2f34855a86e932156c9271e03a",
149
+ "comment": "Remove usage of focus-visible pseudo-class to conform to browser support matrix."
150
+ }
151
+ ]
152
+ }
153
+ },
154
+ {
155
+ "date": "Mon, 23 May 2022 18:56:49 GMT",
156
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.11",
157
+ "version": "9.0.0-rc.11",
158
+ "comments": {
159
+ "prerelease": [
160
+ {
161
+ "author": "seanmonahan@microsoft.com",
162
+ "package": "@fluentui/react-tabster",
163
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
164
+ "comment": "BREAKING: update string unions to use spinal-case"
165
+ },
166
+ {
167
+ "author": "beachball",
168
+ "package": "@fluentui/react-tabster",
169
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
170
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
171
+ },
172
+ {
173
+ "author": "beachball",
174
+ "package": "@fluentui/react-tabster",
175
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
176
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
177
+ }
178
+ ]
179
+ }
180
+ },
181
+ {
182
+ "date": "Mon, 23 May 2022 12:13:51 GMT",
183
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.10",
184
+ "version": "9.0.0-rc.10",
185
+ "comments": {
186
+ "prerelease": [
187
+ {
188
+ "author": "olfedias@microsoft.com",
189
+ "package": "@fluentui/react-tabster",
190
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
191
+ "comment": "chore: Update Griffel to latest version"
192
+ },
193
+ {
194
+ "author": "seanmonahan@microsoft.com",
195
+ "package": "@fluentui/react-tabster",
196
+ "commit": "9bdcf7a94d2a89e77533e2ec850ba247fa6ba68d",
197
+ "comment": "Update tabster dependency from ^1.3.3 to ^1.4.0"
198
+ },
199
+ {
200
+ "author": "olfedias@microsoft.com",
201
+ "package": "@fluentui/react-tabster",
202
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
203
+ "comment": "chore: Update Griffel to latest version"
204
+ },
205
+ {
206
+ "author": "martinhochel@microsoft.com",
207
+ "package": "@fluentui/react-tabster",
208
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
209
+ "comment": "feat: ship rolluped only dts"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-tabster",
214
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
215
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-tabster",
220
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
221
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
222
+ },
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-tabster",
226
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
227
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
228
+ }
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
234
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.9",
235
+ "version": "9.0.0-rc.9",
236
+ "comments": {
237
+ "prerelease": [
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-tabster",
241
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
242
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
243
+ },
244
+ {
245
+ "author": "beachball",
246
+ "package": "@fluentui/react-tabster",
247
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
248
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
249
+ },
250
+ {
251
+ "author": "beachball",
252
+ "package": "@fluentui/react-tabster",
253
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
254
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
255
+ }
256
+ ]
257
+ }
258
+ },
259
+ {
260
+ "date": "Wed, 04 May 2022 13:26:53 GMT",
261
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.8",
262
+ "version": "9.0.0-rc.8",
263
+ "comments": {
264
+ "none": [
265
+ {
266
+ "author": "tristan.watanabe@gmail.com",
267
+ "package": "@fluentui/react-tabster",
268
+ "commit": "35dc16cc0ebb2ce181bd802b4b9002b12ea2d86f",
269
+ "comment": "react-tabster: Move to new common folder."
270
+ },
271
+ {
272
+ "author": "bsunderhus@microsoft.com",
273
+ "package": "@fluentui/react-tabster",
274
+ "commit": "df7387d8394994e1802cb1354a327b86a4d41604",
275
+ "comment": "chore: moves focus indicator from hooks folder to it's own"
276
+ }
277
+ ],
278
+ "prerelease": [
279
+ {
280
+ "author": "beachball",
281
+ "package": "@fluentui/react-tabster",
282
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
283
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
284
+ },
285
+ {
286
+ "author": "beachball",
287
+ "package": "@fluentui/react-tabster",
288
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
289
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
290
+ },
291
+ {
292
+ "author": "beachball",
293
+ "package": "@fluentui/react-tabster",
294
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
295
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
296
+ }
297
+ ]
298
+ }
299
+ },
300
+ {
301
+ "date": "Mon, 25 Apr 2022 09:32:15 GMT",
6
302
  "tag": "@fluentui/react-tabster_v9.0.0-rc.7",
7
303
  "version": "9.0.0-rc.7",
8
304
  "comments": {