@fluentui/react-tabster 9.0.0-rc.1 → 9.0.0-rc.10
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.json +301 -1
- package/CHANGELOG.md +174 -79
- package/README.md +5 -14
- package/dist/{react-tabster.d.ts → index.d.ts} +14 -8
- package/{lib → dist}/tsdoc-metadata.json +0 -0
- package/lib/{symbols.js → focus/constants.js} +5 -1
- package/lib/focus/constants.js.map +1 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +20 -40
- package/lib/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib/focus/index.js +3 -0
- package/lib/focus/index.js.map +1 -0
- package/lib/hooks/index.js +2 -3
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useArrowNavigationGroup.js +5 -1
- package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib/hooks/useFocusFinders.js.map +1 -1
- package/lib/hooks/useFocusableGroup.js.map +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib/hooks/useModalAttributes.js.map +1 -1
- package/lib/hooks/useTabster.js.map +1 -1
- package/lib/hooks/useTabsterAttributes.js.map +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
- package/lib-commonjs/focus/constants.js.map +1 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +24 -44
- package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib-commonjs/focus/index.js +12 -0
- package/lib-commonjs/focus/index.js.map +1 -0
- package/lib-commonjs/hooks/index.js +4 -6
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/hooks/useArrowNavigationGroup.js +5 -1
- package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
- package/lib-commonjs/hooks/useFocusFinders.js.map +1 -1
- package/lib-commonjs/hooks/useFocusableGroup.js.map +1 -1
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js +3 -3
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib-commonjs/hooks/useModalAttributes.js.map +1 -1
- package/lib-commonjs/hooks/useTabster.js.map +1 -1
- package/lib-commonjs/hooks/useTabsterAttributes.js.map +1 -1
- package/lib-commonjs/index.js +53 -2
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +18 -15
- package/lib/hooks/index.d.ts +0 -7
- package/lib/hooks/useArrowNavigationGroup.d.ts +0 -22
- package/lib/hooks/useFocusFinders.d.ts +0 -11
- package/lib/hooks/useFocusIndicatorStyle.d.ts +0 -33
- package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib/hooks/useFocusableGroup.d.ts +0 -12
- package/lib/hooks/useKeyboardNavAttribute.d.ts +0 -5
- package/lib/hooks/useModalAttributes.d.ts +0 -22
- package/lib/hooks/useTabster.d.ts +0 -9
- package/lib/hooks/useTabsterAttributes.d.ts +0 -5
- package/lib/index.d.ts +0 -1
- package/lib/symbols.d.ts +0 -2
- package/lib/symbols.js.map +0 -1
- package/lib-commonjs/hooks/index.d.ts +0 -7
- package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +0 -22
- package/lib-commonjs/hooks/useFocusFinders.d.ts +0 -11
- package/lib-commonjs/hooks/useFocusIndicatorStyle.d.ts +0 -33
- package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib-commonjs/hooks/useFocusableGroup.d.ts +0 -12
- package/lib-commonjs/hooks/useKeyboardNavAttribute.d.ts +0 -5
- package/lib-commonjs/hooks/useModalAttributes.d.ts +0 -22
- package/lib-commonjs/hooks/useTabster.d.ts +0 -9
- package/lib-commonjs/hooks/useTabsterAttributes.d.ts +0 -5
- package/lib-commonjs/index.d.ts +0 -1
- package/lib-commonjs/symbols.d.ts +0 -2
- package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,307 @@
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 23 May 2022 12:10:17 GMT",
|
6
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.10",
|
7
|
+
"version": "9.0.0-rc.10",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-tabster",
|
13
|
+
"commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
|
14
|
+
"comment": "chore: Update Griffel to latest version"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "seanmonahan@microsoft.com",
|
18
|
+
"package": "@fluentui/react-tabster",
|
19
|
+
"commit": "9bdcf7a94d2a89e77533e2ec850ba247fa6ba68d",
|
20
|
+
"comment": "Update tabster dependency from ^1.3.3 to ^1.4.0"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "olfedias@microsoft.com",
|
24
|
+
"package": "@fluentui/react-tabster",
|
25
|
+
"commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
|
26
|
+
"comment": "chore: Update Griffel to latest version"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "martinhochel@microsoft.com",
|
30
|
+
"package": "@fluentui/react-tabster",
|
31
|
+
"commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
|
32
|
+
"comment": "feat: ship rolluped only dts"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-tabster",
|
37
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
|
38
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-tabster",
|
43
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
|
44
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-tabster",
|
49
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
|
50
|
+
"commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date": "Thu, 05 May 2022 18:26:30 GMT",
|
57
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.9",
|
58
|
+
"version": "9.0.0-rc.9",
|
59
|
+
"comments": {
|
60
|
+
"prerelease": [
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-tabster",
|
64
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
|
65
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-tabster",
|
70
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
|
71
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"author": "beachball",
|
75
|
+
"package": "@fluentui/react-tabster",
|
76
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
|
77
|
+
"commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
|
78
|
+
}
|
79
|
+
]
|
80
|
+
}
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"date": "Wed, 04 May 2022 13:26:53 GMT",
|
84
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.8",
|
85
|
+
"version": "9.0.0-rc.8",
|
86
|
+
"comments": {
|
87
|
+
"none": [
|
88
|
+
{
|
89
|
+
"author": "tristan.watanabe@gmail.com",
|
90
|
+
"package": "@fluentui/react-tabster",
|
91
|
+
"commit": "35dc16cc0ebb2ce181bd802b4b9002b12ea2d86f",
|
92
|
+
"comment": "react-tabster: Move to new common folder."
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "bsunderhus@microsoft.com",
|
96
|
+
"package": "@fluentui/react-tabster",
|
97
|
+
"commit": "df7387d8394994e1802cb1354a327b86a4d41604",
|
98
|
+
"comment": "chore: moves focus indicator from hooks folder to it's own"
|
99
|
+
}
|
100
|
+
],
|
101
|
+
"prerelease": [
|
102
|
+
{
|
103
|
+
"author": "beachball",
|
104
|
+
"package": "@fluentui/react-tabster",
|
105
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
106
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "beachball",
|
110
|
+
"package": "@fluentui/react-tabster",
|
111
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
112
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"author": "beachball",
|
116
|
+
"package": "@fluentui/react-tabster",
|
117
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
118
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
119
|
+
}
|
120
|
+
]
|
121
|
+
}
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"date": "Mon, 25 Apr 2022 09:32:15 GMT",
|
125
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.7",
|
126
|
+
"version": "9.0.0-rc.7",
|
127
|
+
"comments": {
|
128
|
+
"prerelease": [
|
129
|
+
{
|
130
|
+
"author": "marata@microsoft.com",
|
131
|
+
"package": "@fluentui/react-tabster",
|
132
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d",
|
133
|
+
"comment": "Adjusting accordion keyboard navigation."
|
134
|
+
}
|
135
|
+
],
|
136
|
+
"none": [
|
137
|
+
{
|
138
|
+
"author": "martinhochel@microsoft.com",
|
139
|
+
"package": "@fluentui/react-tabster",
|
140
|
+
"commit": "31e8b97573aeba761d14b937378bb95d578c4c90",
|
141
|
+
"comment": "docs(react-tabster): remove old info about provider"
|
142
|
+
}
|
143
|
+
]
|
144
|
+
}
|
145
|
+
},
|
146
|
+
{
|
147
|
+
"date": "Tue, 19 Apr 2022 19:16:59 GMT",
|
148
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.6",
|
149
|
+
"version": "9.0.0-rc.6",
|
150
|
+
"comments": {
|
151
|
+
"prerelease": [
|
152
|
+
{
|
153
|
+
"author": "olfedias@microsoft.com",
|
154
|
+
"package": "@fluentui/react-tabster",
|
155
|
+
"commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
|
156
|
+
"comment": "chore: Update Griffel to latest version"
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
160
|
+
"package": "@fluentui/react-tabster",
|
161
|
+
"commit": "9c8592decacb9f7b1dc608a03c9f991918806008",
|
162
|
+
"comment": "Removing star exports at src/index.ts."
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"author": "olfedias@microsoft.com",
|
166
|
+
"package": "@fluentui/react-tabster",
|
167
|
+
"commit": "829295c714ac9ff8063f5e086513574ad2e7990b",
|
168
|
+
"comment": "fix styles in getFocusOutlineStyles()"
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"author": "jukapsia@microsoft.com",
|
172
|
+
"package": "@fluentui/react-tabster",
|
173
|
+
"commit": "dc1f7a2c0cb8e7a3cc51d69ce3327f44d29109d1",
|
174
|
+
"comment": "feat(react-tabster): Add grid navigation"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
178
|
+
"package": "@fluentui/react-tabster",
|
179
|
+
"commit": "2fcf8bd0341c71507dc625eeb60b4acda6369672",
|
180
|
+
"comment": "Upgrading tabster to latest version."
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"author": "beachball",
|
184
|
+
"package": "@fluentui/react-tabster",
|
185
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
|
186
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"author": "beachball",
|
190
|
+
"package": "@fluentui/react-tabster",
|
191
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
192
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"author": "beachball",
|
196
|
+
"package": "@fluentui/react-tabster",
|
197
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
|
198
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
199
|
+
}
|
200
|
+
],
|
201
|
+
"none": [
|
202
|
+
{
|
203
|
+
"author": "elcraig@microsoft.com",
|
204
|
+
"package": "@fluentui/react-tabster",
|
205
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
206
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"author": "lingfangao@hotmail.com",
|
210
|
+
"package": "@fluentui/react-tabster",
|
211
|
+
"commit": "67dd475e49182d17dbf7d9195c5df9bce02b7b3c",
|
212
|
+
"comment": "chore: Update e2e tests to use cypress component testing"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"author": "mgodbolt@microsoft.com",
|
216
|
+
"package": "@fluentui/react-tabster",
|
217
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
218
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
219
|
+
}
|
220
|
+
]
|
221
|
+
}
|
222
|
+
},
|
223
|
+
{
|
224
|
+
"date": "Fri, 04 Mar 2022 05:17:31 GMT",
|
225
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.5",
|
226
|
+
"version": "9.0.0-rc.5",
|
227
|
+
"comments": {
|
228
|
+
"prerelease": [
|
229
|
+
{
|
230
|
+
"author": "dzearing@microsoft.com",
|
231
|
+
"package": "@fluentui/react-tabster",
|
232
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
233
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"author": "beachball",
|
237
|
+
"package": "@fluentui/react-tabster",
|
238
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.4",
|
239
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
240
|
+
},
|
241
|
+
{
|
242
|
+
"author": "beachball",
|
243
|
+
"package": "@fluentui/react-tabster",
|
244
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
245
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
246
|
+
},
|
247
|
+
{
|
248
|
+
"author": "beachball",
|
249
|
+
"package": "@fluentui/react-tabster",
|
250
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
251
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
252
|
+
}
|
253
|
+
]
|
254
|
+
}
|
255
|
+
},
|
256
|
+
{
|
257
|
+
"date": "Tue, 01 Mar 2022 02:17:39 GMT",
|
258
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.4",
|
259
|
+
"version": "9.0.0-rc.4",
|
260
|
+
"comments": {
|
261
|
+
"prerelease": [
|
262
|
+
{
|
263
|
+
"author": "olfedias@microsoft.com",
|
264
|
+
"package": "@fluentui/react-tabster",
|
265
|
+
"commit": "084d7408855f3e52b67cbca172da1acef9dcb98f",
|
266
|
+
"comment": "fix: Add react-theme as dependency"
|
267
|
+
},
|
268
|
+
{
|
269
|
+
"author": "beachball",
|
270
|
+
"package": "@fluentui/react-tabster",
|
271
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
272
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
273
|
+
}
|
274
|
+
]
|
275
|
+
}
|
276
|
+
},
|
277
|
+
{
|
278
|
+
"date": "Fri, 18 Feb 2022 13:35:35 GMT",
|
279
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.3",
|
280
|
+
"version": "9.0.0-rc.3",
|
281
|
+
"comments": {
|
282
|
+
"prerelease": [
|
283
|
+
{
|
284
|
+
"author": "lingfangao@hotmail.com",
|
285
|
+
"package": "@fluentui/react-tabster",
|
286
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
287
|
+
"comment": "fix: Source maps contain original source code"
|
288
|
+
},
|
289
|
+
{
|
290
|
+
"author": "beachball",
|
291
|
+
"package": "@fluentui/react-tabster",
|
292
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.3",
|
293
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"author": "beachball",
|
297
|
+
"package": "@fluentui/react-tabster",
|
298
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
299
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
300
|
+
}
|
301
|
+
]
|
302
|
+
}
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"date": "Thu, 10 Feb 2022 08:50:55 GMT",
|
6
306
|
"tag": "@fluentui/react-tabster_v9.0.0-rc.1",
|
7
307
|
"version": "9.0.0-rc.1",
|
8
308
|
"comments": {
|