@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.
Files changed (48) hide show
  1. package/CHANGELOG.json +42 -1
  2. package/CHANGELOG.md +95 -84
  3. package/dist/{react-tabster.d.ts → index.d.ts} +7 -5
  4. package/lib/{symbols.d.ts → focus/constants.d.ts} +4 -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.d.ts +12 -0
  8. package/lib/focus/createCustomFocusIndicatorStyle.js +18 -0
  9. package/lib/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  10. package/{lib-commonjs/hooks/useFocusIndicatorStyle.d.ts → lib/focus/createFocusOutlineStyle.d.ts} +4 -13
  11. package/lib/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +14 -33
  12. package/lib/focus/createFocusOutlineStyle.js.map +1 -0
  13. package/lib/focus/index.d.ts +2 -0
  14. package/lib/focus/index.js +3 -0
  15. package/lib/focus/index.js.map +1 -0
  16. package/lib/hooks/index.d.ts +0 -1
  17. package/lib/hooks/index.js +0 -1
  18. package/lib/hooks/index.js.map +1 -1
  19. package/lib/hooks/useKeyboardNavAttribute.js +1 -1
  20. package/lib/hooks/useKeyboardNavAttribute.js.map +1 -1
  21. package/lib/index.d.ts +4 -2
  22. package/lib/index.js +2 -1
  23. package/lib/index.js.map +1 -1
  24. package/lib-commonjs/{symbols.d.ts → focus/constants.d.ts} +4 -0
  25. package/lib-commonjs/{symbols.js → focus/constants.js} +6 -2
  26. package/lib-commonjs/focus/constants.js.map +1 -0
  27. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.d.ts +12 -0
  28. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js +28 -0
  29. package/lib-commonjs/focus/createCustomFocusIndicatorStyle.js.map +1 -0
  30. package/{lib/hooks/useFocusIndicatorStyle.d.ts → lib-commonjs/focus/createFocusOutlineStyle.d.ts} +4 -13
  31. package/lib-commonjs/{hooks/useFocusIndicatorStyle.js → focus/createFocusOutlineStyle.js} +18 -38
  32. package/lib-commonjs/focus/createFocusOutlineStyle.js.map +1 -0
  33. package/lib-commonjs/focus/index.d.ts +2 -0
  34. package/lib-commonjs/focus/index.js +12 -0
  35. package/lib-commonjs/focus/index.js.map +1 -0
  36. package/lib-commonjs/hooks/index.d.ts +0 -1
  37. package/lib-commonjs/hooks/index.js +0 -2
  38. package/lib-commonjs/hooks/index.js.map +1 -1
  39. package/lib-commonjs/hooks/useKeyboardNavAttribute.js +3 -3
  40. package/lib-commonjs/hooks/useKeyboardNavAttribute.js.map +1 -1
  41. package/lib-commonjs/index.d.ts +4 -2
  42. package/lib-commonjs/index.js +16 -13
  43. package/lib-commonjs/index.js.map +1 -1
  44. package/package.json +6 -6
  45. package/lib/hooks/useFocusIndicatorStyle.js.map +0 -1
  46. package/lib/symbols.js.map +0 -1
  47. package/lib-commonjs/hooks/useFocusIndicatorStyle.js.map +0 -1
  48. 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": "Mon, 25 Apr 2022 09:31:17 GMT",
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": {