@fluentui/react-utilities 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 (85) hide show
  1. package/CHANGELOG.json +60 -1
  2. package/CHANGELOG.md +100 -72
  3. package/dist/{react-utilities.d.ts → index.d.ts} +0 -0
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/utils/getNativeElementProps.js +3 -2
  6. package/lib/utils/getNativeElementProps.js.map +1 -1
  7. package/lib/utils/properties.js +8 -0
  8. package/lib/utils/properties.js.map +1 -1
  9. package/lib-commonjs/utils/getNativeElementProps.js +2 -1
  10. package/lib-commonjs/utils/getNativeElementProps.js.map +1 -1
  11. package/lib-commonjs/utils/properties.js +9 -1
  12. package/lib-commonjs/utils/properties.js.map +1 -1
  13. package/package.json +4 -5
  14. package/lib/compose/getSlots.d.ts +0 -30
  15. package/lib/compose/index.d.ts +0 -3
  16. package/lib/compose/resolveShorthand.d.ts +0 -16
  17. package/lib/compose/types.d.ts +0 -161
  18. package/lib/hooks/index.d.ts +0 -16
  19. package/lib/hooks/useBoolean.d.ts +0 -17
  20. package/lib/hooks/useConst.d.ts +0 -12
  21. package/lib/hooks/useControllableState.d.ts +0 -31
  22. package/lib/hooks/useEventCallback.d.ts +0 -13
  23. package/lib/hooks/useFirstMount.d.ts +0 -11
  24. package/lib/hooks/useForceUpdate.d.ts +0 -4
  25. package/lib/hooks/useId.d.ts +0 -15
  26. package/lib/hooks/useIsomorphicLayoutEffect.d.ts +0 -11
  27. package/lib/hooks/useMergedEventCallbacks.d.ts +0 -18
  28. package/lib/hooks/useMergedRefs.d.ts +0 -13
  29. package/lib/hooks/useMount.d.ts +0 -6
  30. package/lib/hooks/useOnClickOutside.d.ts +0 -29
  31. package/lib/hooks/useOnScrollOutside.d.ts +0 -5
  32. package/lib/hooks/usePrevious.d.ts +0 -1
  33. package/lib/hooks/useTimeout.d.ts +0 -8
  34. package/lib/hooks/useUnmount.d.ts +0 -6
  35. package/lib/index.d.ts +0 -8
  36. package/lib/ssr/SSRContext.d.ts +0 -33
  37. package/lib/ssr/canUseDOM.d.ts +0 -4
  38. package/lib/ssr/index.d.ts +0 -2
  39. package/lib/utils/applyTriggerPropsToChildren.d.ts +0 -5
  40. package/lib/utils/clamp.d.ts +0 -8
  41. package/lib/utils/getNativeElementProps.d.ts +0 -31
  42. package/lib/utils/getRTLSafeKey.d.ts +0 -4
  43. package/lib/utils/getReactCallbackName.d.ts +0 -25
  44. package/lib/utils/getTriggerChild.d.ts +0 -22
  45. package/lib/utils/index.d.ts +0 -9
  46. package/lib/utils/isFluentTrigger.d.ts +0 -22
  47. package/lib/utils/omit.d.ts +0 -14
  48. package/lib/utils/properties.d.ts +0 -154
  49. package/lib/utils/shouldPreventDefaultOnKeyDown.d.ts +0 -7
  50. package/lib-commonjs/compose/getSlots.d.ts +0 -30
  51. package/lib-commonjs/compose/index.d.ts +0 -3
  52. package/lib-commonjs/compose/resolveShorthand.d.ts +0 -16
  53. package/lib-commonjs/compose/types.d.ts +0 -161
  54. package/lib-commonjs/hooks/index.d.ts +0 -16
  55. package/lib-commonjs/hooks/useBoolean.d.ts +0 -17
  56. package/lib-commonjs/hooks/useConst.d.ts +0 -12
  57. package/lib-commonjs/hooks/useControllableState.d.ts +0 -31
  58. package/lib-commonjs/hooks/useEventCallback.d.ts +0 -13
  59. package/lib-commonjs/hooks/useFirstMount.d.ts +0 -11
  60. package/lib-commonjs/hooks/useForceUpdate.d.ts +0 -4
  61. package/lib-commonjs/hooks/useId.d.ts +0 -15
  62. package/lib-commonjs/hooks/useIsomorphicLayoutEffect.d.ts +0 -11
  63. package/lib-commonjs/hooks/useMergedEventCallbacks.d.ts +0 -18
  64. package/lib-commonjs/hooks/useMergedRefs.d.ts +0 -13
  65. package/lib-commonjs/hooks/useMount.d.ts +0 -6
  66. package/lib-commonjs/hooks/useOnClickOutside.d.ts +0 -29
  67. package/lib-commonjs/hooks/useOnScrollOutside.d.ts +0 -5
  68. package/lib-commonjs/hooks/usePrevious.d.ts +0 -1
  69. package/lib-commonjs/hooks/useTimeout.d.ts +0 -8
  70. package/lib-commonjs/hooks/useUnmount.d.ts +0 -6
  71. package/lib-commonjs/index.d.ts +0 -8
  72. package/lib-commonjs/ssr/SSRContext.d.ts +0 -33
  73. package/lib-commonjs/ssr/canUseDOM.d.ts +0 -4
  74. package/lib-commonjs/ssr/index.d.ts +0 -2
  75. package/lib-commonjs/utils/applyTriggerPropsToChildren.d.ts +0 -5
  76. package/lib-commonjs/utils/clamp.d.ts +0 -8
  77. package/lib-commonjs/utils/getNativeElementProps.d.ts +0 -31
  78. package/lib-commonjs/utils/getRTLSafeKey.d.ts +0 -4
  79. package/lib-commonjs/utils/getReactCallbackName.d.ts +0 -25
  80. package/lib-commonjs/utils/getTriggerChild.d.ts +0 -22
  81. package/lib-commonjs/utils/index.d.ts +0 -9
  82. package/lib-commonjs/utils/isFluentTrigger.d.ts +0 -22
  83. package/lib-commonjs/utils/omit.d.ts +0 -14
  84. package/lib-commonjs/utils/properties.d.ts +0 -154
  85. package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.d.ts +0 -7
package/CHANGELOG.json CHANGED
@@ -2,7 +2,66 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Apr 2022 19:14:15 GMT",
5
+ "date": "Mon, 23 May 2022 12:10:24 GMT",
6
+ "tag": "@fluentui/react-utilities_v9.0.0-rc.9",
7
+ "version": "9.0.0-rc.9",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-utilities",
13
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
14
+ "comment": "feat: ship rolluped only dts"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 05 May 2022 18:26:28 GMT",
21
+ "tag": "@fluentui/react-utilities_v9.0.0-rc.8",
22
+ "version": "9.0.0-rc.8",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "bsunderhus@microsoft.com",
27
+ "package": "@fluentui/react-utilities",
28
+ "commit": "378e25474622fdeb0891bb3c0a644e88098d8c3f",
29
+ "comment": "feat: add time element on nativeElementMap"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@fluentui/react-utilities",
34
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.6",
35
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 04 May 2022 13:26:36 GMT",
42
+ "tag": "@fluentui/react-utilities_v9.0.0-rc.7",
43
+ "version": "9.0.0-rc.7",
44
+ "comments": {
45
+ "none": [
46
+ {
47
+ "author": "tristan.watanabe@gmail.com",
48
+ "package": "@fluentui/react-utilities",
49
+ "commit": "8ec3d32fa26e6cf803ab9d18671fd51ba06c74ab",
50
+ "comment": "react-utilities: Move to new common folder."
51
+ }
52
+ ],
53
+ "prerelease": [
54
+ {
55
+ "author": "beachball",
56
+ "package": "@fluentui/react-utilities",
57
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.5",
58
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Tue, 19 Apr 2022 19:17:05 GMT",
6
65
  "tag": "@fluentui/react-utilities_v9.0.0-rc.6",
7
66
  "version": "9.0.0-rc.6",
8
67
  "comments": {