@fluentui/react-tabster 9.0.0-rc.6 → 9.0.0-rc.9

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 (55) hide show
  1. package/CHANGELOG.json +95 -4
  2. package/CHANGELOG.md +117 -86
  3. package/README.md +4 -11
  4. package/dist/{react-tabster.d.ts → index.d.ts} +11 -5
  5. package/lib/{symbols.d.ts → focus/constants.d.ts} +4 -0
  6. package/lib/{symbols.js → focus/constants.js} +5 -1
  7. package/lib/focus/constants.js.map +1 -0
  8. package/lib/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
  9. package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
  10. package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  11. package/{lib-commonjs/hooks/useFocusIndicatorStyle.d.ts → lib/focus/createFocusOutlineStyle.d.ts} +4 -13
  12. package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +14 -33
  13. package/lib/focus/createFocusOutlineStyle.js.map +1 -0
  14. package/lib/focus/index.d.ts +2 -0
  15. package/lib/focus/index.js +3 -0
  16. package/lib/focus/index.js.map +1 -0
  17. package/lib/hooks/index.d.ts +0 -1
  18. package/lib/hooks/index.js +0 -1
  19. package/lib/hooks/index.js.map +1 -1
  20. package/lib/hooks/useArrowNavigationGroup.d.ts +4 -0
  21. package/lib/hooks/useArrowNavigationGroup.js +2 -1
  22. package/lib/hooks/useArrowNavigationGroup.js.map +1 -1
  23. package/lib/hooks/useKeyboardNavAttribute.js +1 -1
  24. package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
  25. package/lib/index.d.ts +4 -2
  26. package/lib/index.js +2 -1
  27. package/lib/index.js.map +1 -1
  28. package/lib-commonjs/{symbols.d.ts → focus/constants.d.ts} +4 -0
  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.d.ts +12 -0
  32. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
  33. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  34. package/{lib/hooks/useFocusIndicatorStyle.d.ts → lib-commonjs/focus/createFocusOutlineStyle.d.ts} +4 -13
  35. package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +18 -38
  36. package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
  37. package/lib-commonjs/focus/index.d.ts +2 -0
  38. package/lib-commonjs/focus/index.js +12 -0
  39. package/lib-commonjs/focus/index.js.map +1 -0
  40. package/lib-commonjs/hooks/index.d.ts +0 -1
  41. package/lib-commonjs/hooks/index.js +0 -2
  42. package/lib-commonjs/hooks/index.js.map +1 -1
  43. package/lib-commonjs/hooks/useArrowNavigationGroup.d.ts +4 -0
  44. package/lib-commonjs/hooks/useArrowNavigationGroup.js +2 -1
  45. package/lib-commonjs/hooks/useArrowNavigationGroup.js.map +1 -1
  46. package/lib-commonjs/hooks/useKeyboardNavAttribute.js +3 -3
  47. package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
  48. package/lib-commonjs/index.d.ts +4 -2
  49. package/lib-commonjs/index.js +16 -13
  50. package/lib-commonjs/index.js.map +1 -1
  51. package/package.json +7 -7
  52. package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
  53. package/lib/symbols.js.map +0 -1
  54. package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
  55. package/lib-commonjs/symbols.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,98 @@
2
2
  "name": "@fluentui/react-tabster",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Apr 2022 19:14:09 GMT",
5
+ "date": "Thu, 05 May 2022 18:24:37 GMT",
6
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.9",
7
+ "version": "9.0.0-rc.9",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-tabster",
13
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
14
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-tabster",
19
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
20
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-tabster",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
26
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 04 May 2022 13:26:53 GMT",
33
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.8",
34
+ "version": "9.0.0-rc.8",
35
+ "comments": {
36
+ "none": [
37
+ {
38
+ "author": "tristan.watanabe@gmail.com",
39
+ "package": "@fluentui/react-tabster",
40
+ "commit": "35dc16cc0ebb2ce181bd802b4b9002b12ea2d86f",
41
+ "comment": "react-tabster: Move to new common folder."
42
+ },
43
+ {
44
+ "author": "bsunderhus@microsoft.com",
45
+ "package": "@fluentui/react-tabster",
46
+ "commit": "df7387d8394994e1802cb1354a327b86a4d41604",
47
+ "comment": "chore: moves focus indicator from hooks folder to it's own"
48
+ }
49
+ ],
50
+ "prerelease": [
51
+ {
52
+ "author": "beachball",
53
+ "package": "@fluentui/react-tabster",
54
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
55
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
56
+ },
57
+ {
58
+ "author": "beachball",
59
+ "package": "@fluentui/react-tabster",
60
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
61
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
62
+ },
63
+ {
64
+ "author": "beachball",
65
+ "package": "@fluentui/react-tabster",
66
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
67
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
68
+ }
69
+ ]
70
+ }
71
+ },
72
+ {
73
+ "date": "Mon, 25 Apr 2022 09:32:15 GMT",
74
+ "tag": "@fluentui/react-tabster_v9.0.0-rc.7",
75
+ "version": "9.0.0-rc.7",
76
+ "comments": {
77
+ "prerelease": [
78
+ {
79
+ "author": "marata@microsoft.com",
80
+ "package": "@fluentui/react-tabster",
81
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d",
82
+ "comment": "Adjusting accordion keyboard navigation."
83
+ }
84
+ ],
85
+ "none": [
86
+ {
87
+ "author": "martinhochel@microsoft.com",
88
+ "package": "@fluentui/react-tabster",
89
+ "commit": "31e8b97573aeba761d14b937378bb95d578c4c90",
90
+ "comment": "docs(react-tabster): remove old info about provider"
91
+ }
92
+ ]
93
+ }
94
+ },
95
+ {
96
+ "date": "Tue, 19 Apr 2022 19:16:59 GMT",
6
97
  "tag": "@fluentui/react-tabster_v9.0.0-rc.6",
7
98
  "version": "9.0.0-rc.6",
8
99
  "comments": {
@@ -41,19 +132,19 @@
41
132
  "author": "beachball",
42
133
  "package": "@fluentui/react-tabster",
43
134
  "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
44
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
135
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
45
136
  },
46
137
  {
47
138
  "author": "beachball",
48
139
  "package": "@fluentui/react-tabster",
49
140
  "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
50
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
141
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
51
142
  },
52
143
  {
53
144
  "author": "beachball",
54
145
  "package": "@fluentui/react-tabster",
55
146
  "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
56
- "commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
147
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
57
148
  }
58
149
  ],
59
150
  "none": [