@fluentui/react-tabster 9.0.0-rc.7 → 9.0.0-rc.8
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 +42 -1
- package/CHANGELOG.md +95 -84
- package/dist/{react-tabster.d.ts → index.d.ts} +7 -5
- package/lib/{symbols.d.ts → focus/constants.d.ts} +4 -0
- package/lib/{symbols.js → focus/constants.js} +5 -1
- package/lib/focus/constants.js.map +1 -0
- package/lib/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
- package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/{lib-commonjs/hooks/useFocusIndicatorStyle.d.ts → lib/focus/createFocusOutlineStyle.d.ts} +4 -13
- package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +14 -33
- package/lib/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib/focus/index.d.ts +2 -0
- package/lib/focus/index.js +3 -0
- package/lib/focus/index.js.map +1 -0
- package/lib/hooks/index.d.ts +0 -1
- package/lib/hooks/index.js +0 -1
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js +1 -1
- package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib/index.d.ts +4 -2
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/{symbols.d.ts → focus/constants.d.ts} +4 -0
- package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
- package/lib-commonjs/focus/constants.js.map +1 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
- package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
- package/{lib/hooks/useFocusIndicatorStyle.d.ts → lib-commonjs/focus/createFocusOutlineStyle.d.ts} +4 -13
- package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +18 -38
- package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
- package/lib-commonjs/focus/index.d.ts +2 -0
- package/lib-commonjs/focus/index.js +12 -0
- package/lib-commonjs/focus/index.js.map +1 -0
- package/lib-commonjs/hooks/index.d.ts +0 -1
- package/lib-commonjs/hooks/index.js +0 -2
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js +3 -3
- package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
- package/lib-commonjs/index.d.ts +4 -2
- package/lib-commonjs/index.js +16 -13
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +6 -6
- package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib/symbols.js.map +0 -1
- package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
- package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,48 @@
|
|
2
2
|
"name": "@fluentui/react-tabster",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:21 GMT",
|
6
|
+
"tag": "@fluentui/react-tabster_v9.0.0-rc.8",
|
7
|
+
"version": "9.0.0-rc.8",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "tristan.watanabe@gmail.com",
|
12
|
+
"package": "@fluentui/react-tabster",
|
13
|
+
"commit": "35dc16cc0ebb2ce181bd802b4b9002b12ea2d86f",
|
14
|
+
"comment": "react-tabster: Move to new common folder."
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "bsunderhus@microsoft.com",
|
18
|
+
"package": "@fluentui/react-tabster",
|
19
|
+
"commit": "df7387d8394994e1802cb1354a327b86a4d41604",
|
20
|
+
"comment": "chore: moves focus indicator from hooks folder to it's own"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"prerelease": [
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-tabster",
|
27
|
+
"comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
|
28
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
29
|
+
},
|
30
|
+
{
|
31
|
+
"author": "beachball",
|
32
|
+
"package": "@fluentui/react-tabster",
|
33
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
34
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
35
|
+
},
|
36
|
+
{
|
37
|
+
"author": "beachball",
|
38
|
+
"package": "@fluentui/react-tabster",
|
39
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
|
40
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
}
|
44
|
+
},
|
45
|
+
{
|
46
|
+
"date": "Mon, 25 Apr 2022 09:32:15 GMT",
|
6
47
|
"tag": "@fluentui/react-tabster_v9.0.0-rc.7",
|
7
48
|
"version": "9.0.0-rc.7",
|
8
49
|
"comments": {
|