@fluentui/react-toast 9.7.16 → 9.7.18

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 (141) hide show
  1. package/CHANGELOG.md +32 -2
  2. package/dist/index.d.ts +3 -3
  3. package/lib/components/AriaLive/AriaLive.js +0 -1
  4. package/lib/components/AriaLive/AriaLive.js.map +1 -1
  5. package/lib/components/AriaLive/AriaLive.types.js +1 -1
  6. package/lib/components/AriaLive/AriaLive.types.js.map +1 -1
  7. package/lib/components/AriaLive/useAriaLiveStyles.styles.js +2 -0
  8. package/lib/components/AriaLive/useAriaLiveStyles.styles.js.map +1 -1
  9. package/lib/components/AriaLive/useAriaLiveStyles.styles.raw.js +2 -0
  10. package/lib/components/AriaLive/useAriaLiveStyles.styles.raw.js.map +1 -1
  11. package/lib/components/Toast/Toast.types.js.map +1 -1
  12. package/lib/components/Toast/useToast.js +0 -1
  13. package/lib/components/Toast/useToast.js.map +1 -1
  14. package/lib/components/Toast/useToastContextValues.js.map +1 -1
  15. package/lib/components/Toast/useToastStyles.styles.js +1 -0
  16. package/lib/components/Toast/useToastStyles.styles.js.map +1 -1
  17. package/lib/components/Toast/useToastStyles.styles.raw.js +1 -0
  18. package/lib/components/Toast/useToastStyles.styles.raw.js.map +1 -1
  19. package/lib/components/ToastBody/ToastBody.types.js.map +1 -1
  20. package/lib/components/ToastBody/useToastBody.js +0 -1
  21. package/lib/components/ToastBody/useToastBody.js.map +1 -1
  22. package/lib/components/ToastBody/useToastBodyStyles.styles.js +2 -0
  23. package/lib/components/ToastBody/useToastBodyStyles.styles.js.map +1 -1
  24. package/lib/components/ToastBody/useToastBodyStyles.styles.raw.js +2 -0
  25. package/lib/components/ToastBody/useToastBodyStyles.styles.raw.js.map +1 -1
  26. package/lib/components/ToastContainer/ToastContainer.types.js +3 -1
  27. package/lib/components/ToastContainer/ToastContainer.types.js.map +1 -1
  28. package/lib/components/ToastContainer/useToastContainer.js.map +1 -1
  29. package/lib/components/ToastContainer/useToastContainerContextValues.js.map +1 -1
  30. package/lib/components/ToastContainer/useToastContainerStyles.styles.js +1 -0
  31. package/lib/components/ToastContainer/useToastContainerStyles.styles.js.map +1 -1
  32. package/lib/components/ToastContainer/useToastContainerStyles.styles.raw.js +1 -0
  33. package/lib/components/ToastContainer/useToastContainerStyles.styles.raw.js.map +1 -1
  34. package/lib/components/ToastFooter/useToastFooter.js +0 -1
  35. package/lib/components/ToastFooter/useToastFooter.js.map +1 -1
  36. package/lib/components/ToastFooter/useToastFooterStyles.styles.js +1 -0
  37. package/lib/components/ToastFooter/useToastFooterStyles.styles.js.map +1 -1
  38. package/lib/components/ToastFooter/useToastFooterStyles.styles.raw.js +1 -0
  39. package/lib/components/ToastFooter/useToastFooterStyles.styles.raw.js.map +1 -1
  40. package/lib/components/ToastTitle/ToastTitle.types.js.map +1 -1
  41. package/lib/components/ToastTitle/useToastTitleStyles.styles.js +3 -0
  42. package/lib/components/ToastTitle/useToastTitleStyles.styles.js.map +1 -1
  43. package/lib/components/ToastTitle/useToastTitleStyles.styles.raw.js +3 -0
  44. package/lib/components/ToastTitle/useToastTitleStyles.styles.raw.js.map +1 -1
  45. package/lib/components/ToastTrigger/ToastTrigger.js +0 -1
  46. package/lib/components/ToastTrigger/ToastTrigger.js.map +1 -1
  47. package/lib/components/ToastTrigger/ToastTrigger.types.js +1 -1
  48. package/lib/components/ToastTrigger/ToastTrigger.types.js.map +1 -1
  49. package/lib/components/ToastTrigger/useToastTrigger.js +0 -1
  50. package/lib/components/ToastTrigger/useToastTrigger.js.map +1 -1
  51. package/lib/components/Toaster/Toaster.js +0 -1
  52. package/lib/components/Toaster/Toaster.js.map +1 -1
  53. package/lib/components/Toaster/Toaster.types.js.map +1 -1
  54. package/lib/components/Toaster/useToastAnnounce.js.map +1 -1
  55. package/lib/components/Toaster/useToaster.js.map +1 -1
  56. package/lib/components/Toaster/useToasterStyles.styles.js +6 -0
  57. package/lib/components/Toaster/useToasterStyles.styles.js.map +1 -1
  58. package/lib/components/Toaster/useToasterStyles.styles.raw.js +6 -0
  59. package/lib/components/Toaster/useToasterStyles.styles.raw.js.map +1 -1
  60. package/lib/contexts/toastContainerContext.js.map +1 -1
  61. package/lib/state/types.js +1 -1
  62. package/lib/state/types.js.map +1 -1
  63. package/lib/state/useToastController.js.map +1 -1
  64. package/lib/state/vanilla/createToaster.js.map +1 -1
  65. package/lib/state/vanilla/dismissAllToasts.js.map +1 -1
  66. package/lib/state/vanilla/dismissToast.js.map +1 -1
  67. package/lib/state/vanilla/dispatchToast.js.map +1 -1
  68. package/lib/state/vanilla/getPositionStyles.js.map +1 -1
  69. package/lib/state/vanilla/pauseToast.js.map +1 -1
  70. package/lib/state/vanilla/playToast.js.map +1 -1
  71. package/lib/state/vanilla/updateToast.js.map +1 -1
  72. package/lib-commonjs/components/AriaLive/AriaLive.js +0 -2
  73. package/lib-commonjs/components/AriaLive/AriaLive.js.map +1 -1
  74. package/lib-commonjs/components/AriaLive/AriaLive.types.js +0 -2
  75. package/lib-commonjs/components/AriaLive/AriaLive.types.js.map +1 -1
  76. package/lib-commonjs/components/AriaLive/useAriaLiveStyles.styles.js +2 -0
  77. package/lib-commonjs/components/AriaLive/useAriaLiveStyles.styles.js.map +1 -1
  78. package/lib-commonjs/components/AriaLive/useAriaLiveStyles.styles.raw.js +2 -0
  79. package/lib-commonjs/components/AriaLive/useAriaLiveStyles.styles.raw.js.map +1 -1
  80. package/lib-commonjs/components/Toast/Toast.types.js.map +1 -1
  81. package/lib-commonjs/components/Toast/useToast.js +0 -2
  82. package/lib-commonjs/components/Toast/useToast.js.map +1 -1
  83. package/lib-commonjs/components/Toast/useToastContextValues.js.map +1 -1
  84. package/lib-commonjs/components/Toast/useToastStyles.styles.js +1 -0
  85. package/lib-commonjs/components/Toast/useToastStyles.styles.js.map +1 -1
  86. package/lib-commonjs/components/Toast/useToastStyles.styles.raw.js +1 -0
  87. package/lib-commonjs/components/Toast/useToastStyles.styles.raw.js.map +1 -1
  88. package/lib-commonjs/components/ToastBody/ToastBody.types.js.map +1 -1
  89. package/lib-commonjs/components/ToastBody/useToastBody.js +0 -2
  90. package/lib-commonjs/components/ToastBody/useToastBody.js.map +1 -1
  91. package/lib-commonjs/components/ToastBody/useToastBodyStyles.styles.js +2 -0
  92. package/lib-commonjs/components/ToastBody/useToastBodyStyles.styles.js.map +1 -1
  93. package/lib-commonjs/components/ToastBody/useToastBodyStyles.styles.raw.js +2 -0
  94. package/lib-commonjs/components/ToastBody/useToastBodyStyles.styles.raw.js.map +1 -1
  95. package/lib-commonjs/components/ToastContainer/ToastContainer.types.js +3 -3
  96. package/lib-commonjs/components/ToastContainer/ToastContainer.types.js.map +1 -1
  97. package/lib-commonjs/components/ToastContainer/useToastContainer.js.map +1 -1
  98. package/lib-commonjs/components/ToastContainer/useToastContainerContextValues.js.map +1 -1
  99. package/lib-commonjs/components/ToastContainer/useToastContainerStyles.styles.js +1 -0
  100. package/lib-commonjs/components/ToastContainer/useToastContainerStyles.styles.js.map +1 -1
  101. package/lib-commonjs/components/ToastContainer/useToastContainerStyles.styles.raw.js +1 -0
  102. package/lib-commonjs/components/ToastContainer/useToastContainerStyles.styles.raw.js.map +1 -1
  103. package/lib-commonjs/components/ToastFooter/useToastFooter.js +0 -2
  104. package/lib-commonjs/components/ToastFooter/useToastFooter.js.map +1 -1
  105. package/lib-commonjs/components/ToastFooter/useToastFooterStyles.styles.js +1 -0
  106. package/lib-commonjs/components/ToastFooter/useToastFooterStyles.styles.js.map +1 -1
  107. package/lib-commonjs/components/ToastFooter/useToastFooterStyles.styles.raw.js +1 -0
  108. package/lib-commonjs/components/ToastFooter/useToastFooterStyles.styles.raw.js.map +1 -1
  109. package/lib-commonjs/components/ToastTitle/ToastTitle.types.js.map +1 -1
  110. package/lib-commonjs/components/ToastTitle/useToastTitleStyles.styles.js +3 -0
  111. package/lib-commonjs/components/ToastTitle/useToastTitleStyles.styles.js.map +1 -1
  112. package/lib-commonjs/components/ToastTitle/useToastTitleStyles.styles.raw.js +3 -0
  113. package/lib-commonjs/components/ToastTitle/useToastTitleStyles.styles.raw.js.map +1 -1
  114. package/lib-commonjs/components/ToastTrigger/ToastTrigger.js +0 -2
  115. package/lib-commonjs/components/ToastTrigger/ToastTrigger.js.map +1 -1
  116. package/lib-commonjs/components/ToastTrigger/ToastTrigger.types.js +0 -2
  117. package/lib-commonjs/components/ToastTrigger/ToastTrigger.types.js.map +1 -1
  118. package/lib-commonjs/components/ToastTrigger/useToastTrigger.js +0 -2
  119. package/lib-commonjs/components/ToastTrigger/useToastTrigger.js.map +1 -1
  120. package/lib-commonjs/components/Toaster/Toaster.js +0 -2
  121. package/lib-commonjs/components/Toaster/Toaster.js.map +1 -1
  122. package/lib-commonjs/components/Toaster/Toaster.types.js.map +1 -1
  123. package/lib-commonjs/components/Toaster/useToastAnnounce.js.map +1 -1
  124. package/lib-commonjs/components/Toaster/useToaster.js.map +1 -1
  125. package/lib-commonjs/components/Toaster/useToasterStyles.styles.js +6 -0
  126. package/lib-commonjs/components/Toaster/useToasterStyles.styles.js.map +1 -1
  127. package/lib-commonjs/components/Toaster/useToasterStyles.styles.raw.js +6 -0
  128. package/lib-commonjs/components/Toaster/useToasterStyles.styles.raw.js.map +1 -1
  129. package/lib-commonjs/contexts/toastContainerContext.js.map +1 -1
  130. package/lib-commonjs/state/types.js +0 -2
  131. package/lib-commonjs/state/types.js.map +1 -1
  132. package/lib-commonjs/state/useToastController.js.map +1 -1
  133. package/lib-commonjs/state/vanilla/createToaster.js.map +1 -1
  134. package/lib-commonjs/state/vanilla/dismissAllToasts.js.map +1 -1
  135. package/lib-commonjs/state/vanilla/dismissToast.js.map +1 -1
  136. package/lib-commonjs/state/vanilla/dispatchToast.js.map +1 -1
  137. package/lib-commonjs/state/vanilla/getPositionStyles.js.map +1 -1
  138. package/lib-commonjs/state/vanilla/pauseToast.js.map +1 -1
  139. package/lib-commonjs/state/vanilla/playToast.js.map +1 -1
  140. package/lib-commonjs/state/vanilla/updateToast.js.map +1 -1
  141. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-toast",
3
- "version": "9.7.16",
3
+ "version": "9.7.18",
4
4
  "description": "Toast component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,16 +13,16 @@
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
15
  "@fluentui/keyboard-keys": "^9.0.8",
16
- "@fluentui/react-aria": "^9.17.10",
16
+ "@fluentui/react-aria": "^9.17.12",
17
17
  "@fluentui/react-icons": "^2.0.245",
18
- "@fluentui/react-jsx-runtime": "^9.4.1",
19
- "@fluentui/react-motion": "^9.14.0",
20
- "@fluentui/react-motion-components-preview": "^0.15.3",
21
- "@fluentui/react-portal": "^9.8.11",
18
+ "@fluentui/react-jsx-runtime": "^9.4.3",
19
+ "@fluentui/react-motion": "^9.16.0",
20
+ "@fluentui/react-motion-components-preview": "^0.15.5",
21
+ "@fluentui/react-portal": "^9.8.13",
22
22
  "@fluentui/react-shared-contexts": "^9.26.2",
23
- "@fluentui/react-tabster": "^9.26.13",
23
+ "@fluentui/react-tabster": "^9.26.15",
24
24
  "@fluentui/react-theme": "^9.2.1",
25
- "@fluentui/react-utilities": "^9.26.2",
25
+ "@fluentui/react-utilities": "^9.26.4",
26
26
  "@griffel/react": "^1.5.32",
27
27
  "@swc/helpers": "^0.5.1"
28
28
  },