@fluentui/react-toast 9.3.12 → 9.3.14

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 CHANGED
@@ -2,7 +2,61 @@
2
2
  "name": "@fluentui/react-toast",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 18 Oct 2023 17:47:37 GMT",
5
+ "date": "Sat, 28 Oct 2023 23:32:06 GMT",
6
+ "tag": "@fluentui/react-toast_v9.3.14",
7
+ "version": "9.3.14",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-toast",
13
+ "commit": "5e65d8013cd09faf4b3777202f251d5c3d67c138",
14
+ "comment": "fix: invoke useCustomStyleHook_unstable()"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-toast",
19
+ "comment": "Bump @fluentui/react-portal to v9.3.26",
20
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-toast",
25
+ "comment": "Bump @fluentui/react-shared-contexts to v9.11.0",
26
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-toast",
31
+ "comment": "Bump @fluentui/react-tabster to v9.14.2",
32
+ "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 23 Oct 2023 09:51:57 GMT",
39
+ "tag": "@fluentui/react-toast_v9.3.13",
40
+ "version": "9.3.13",
41
+ "comments": {
42
+ "patch": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-toast",
46
+ "comment": "Bump @fluentui/react-portal to v9.3.25",
47
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-toast",
52
+ "comment": "Bump @fluentui/react-tabster to v9.14.1",
53
+ "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Wed, 18 Oct 2023 17:54:08 GMT",
6
60
  "tag": "@fluentui/react-toast_v9.3.12",
7
61
  "version": "9.3.12",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-toast
2
2
 
3
- This log was last generated on Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 28 Oct 2023 23:32:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.14)
8
+
9
+ Sat, 28 Oct 2023 23:32:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.13..@fluentui/react-toast_v9.3.14)
11
+
12
+ ### Patches
13
+
14
+ - fix: invoke useCustomStyleHook_unstable() ([PR #29632](https://github.com/microsoft/fluentui/pull/29632) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-portal to v9.3.26 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
16
+ - Bump @fluentui/react-shared-contexts to v9.11.0 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.14.2 ([commit](https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92) by beachball)
18
+
19
+ ## [9.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.13)
20
+
21
+ Mon, 23 Oct 2023 09:51:57 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.12..@fluentui/react-toast_v9.3.13)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-portal to v9.3.25 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
27
+ - Bump @fluentui/react-tabster to v9.14.1 ([commit](https://github.com/microsoft/fluentui/commit/e4ef1febe8a185dddc10f8936944d177d50bc396) by beachball)
28
+
7
29
  ## [9.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-toast_v9.3.12)
8
30
 
9
- Wed, 18 Oct 2023 17:47:37 GMT
31
+ Wed, 18 Oct 2023 17:54:08 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-toast_v9.3.11..@fluentui/react-toast_v9.3.12)
11
33
 
12
34
  ### Patches
@@ -1,3 +1,4 @@
1
+ import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';
1
2
  import * as React from 'react';
2
3
  import { useToaster_unstable } from './useToaster';
3
4
  import { renderToaster_unstable } from './renderToaster';
@@ -7,6 +8,7 @@ import { useToasterStyles_unstable } from './useToasterStyles.styles';
7
8
  */ export const Toaster = (props)=>{
8
9
  const state = useToaster_unstable(props);
9
10
  useToasterStyles_unstable(state);
11
+ useCustomStyleHook_unstable('useToasterStyles_unstable')(state);
10
12
  return renderToaster_unstable(state);
11
13
  };
12
14
  Toaster.displayName = 'Toaster';
@@ -1 +1 @@
1
- {"version":3,"sources":["Toaster.tsx"],"sourcesContent":["import * as React from 'react';\nimport { useToaster_unstable } from './useToaster';\nimport { renderToaster_unstable } from './renderToaster';\nimport { useToasterStyles_unstable } from './useToasterStyles.styles';\nimport type { ToasterProps } from './Toaster.types';\n\n/**\n * Toaster component - renders a collection of toasts dispatched imperatively\n */\nexport const Toaster: React.FC<ToasterProps> = props => {\n const state = useToaster_unstable(props);\n\n useToasterStyles_unstable(state);\n return renderToaster_unstable(state);\n};\n\nToaster.displayName = 'Toaster';\n"],"names":["React","useToaster_unstable","renderToaster_unstable","useToasterStyles_unstable","Toaster","props","state","displayName"],"mappings":"AAAA,YAAYA,WAAW,QAAQ;AAC/B,SAASC,mBAAmB,QAAQ,eAAe;AACnD,SAASC,sBAAsB,QAAQ,kBAAkB;AACzD,SAASC,yBAAyB,QAAQ,4BAA4B;AAGtE;;CAEC,GACD,OAAO,MAAMC,UAAkCC,CAAAA;IAC7C,MAAMC,QAAQL,oBAAoBI;IAElCF,0BAA0BG;IAC1B,OAAOJ,uBAAuBI;AAChC,EAAE;AAEFF,QAAQG,WAAW,GAAG"}
1
+ {"version":3,"sources":["Toaster.tsx"],"sourcesContent":["import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport * as React from 'react';\n\nimport { useToaster_unstable } from './useToaster';\nimport { renderToaster_unstable } from './renderToaster';\nimport { useToasterStyles_unstable } from './useToasterStyles.styles';\nimport type { ToasterProps } from './Toaster.types';\n\n/**\n * Toaster component - renders a collection of toasts dispatched imperatively\n */\nexport const Toaster: React.FC<ToasterProps> = props => {\n const state = useToaster_unstable(props);\n\n useToasterStyles_unstable(state);\n useCustomStyleHook_unstable('useToasterStyles_unstable')(state);\n return renderToaster_unstable(state);\n};\n\nToaster.displayName = 'Toaster';\n"],"names":["useCustomStyleHook_unstable","React","useToaster_unstable","renderToaster_unstable","useToasterStyles_unstable","Toaster","props","state","displayName"],"mappings":"AAAA,SAASA,2BAA2B,QAAQ,kCAAkC;AAC9E,YAAYC,WAAW,QAAQ;AAE/B,SAASC,mBAAmB,QAAQ,eAAe;AACnD,SAASC,sBAAsB,QAAQ,kBAAkB;AACzD,SAASC,yBAAyB,QAAQ,4BAA4B;AAGtE;;CAEC,GACD,OAAO,MAAMC,UAAkCC,CAAAA;IAC7C,MAAMC,QAAQL,oBAAoBI;IAElCF,0BAA0BG;IAC1BP,4BAA4B,6BAA6BO;IACzD,OAAOJ,uBAAuBI;AAChC,EAAE;AAEFF,QAAQG,WAAW,GAAG"}
@@ -9,6 +9,7 @@ Object.defineProperty(exports, "Toaster", {
9
9
  }
10
10
  });
11
11
  const _interop_require_wildcard = require("@swc/helpers/_/_interop_require_wildcard");
12
+ const _reactsharedcontexts = require("@fluentui/react-shared-contexts");
12
13
  const _react = /*#__PURE__*/ _interop_require_wildcard._(require("react"));
13
14
  const _useToaster = require("./useToaster");
14
15
  const _renderToaster = require("./renderToaster");
@@ -16,6 +17,7 @@ const _useToasterStylesstyles = require("./useToasterStyles.styles");
16
17
  const Toaster = (props)=>{
17
18
  const state = (0, _useToaster.useToaster_unstable)(props);
18
19
  (0, _useToasterStylesstyles.useToasterStyles_unstable)(state);
20
+ (0, _reactsharedcontexts.useCustomStyleHook_unstable)('useToasterStyles_unstable')(state);
19
21
  return (0, _renderToaster.renderToaster_unstable)(state);
20
22
  };
21
23
  Toaster.displayName = 'Toaster';
@@ -1 +1 @@
1
- {"version":3,"sources":["Toaster.js"],"sourcesContent":["import * as React from 'react';\nimport { useToaster_unstable } from './useToaster';\nimport { renderToaster_unstable } from './renderToaster';\nimport { useToasterStyles_unstable } from './useToasterStyles.styles';\n/**\n * Toaster component - renders a collection of toasts dispatched imperatively\n */ export const Toaster = (props)=>{\n const state = useToaster_unstable(props);\n useToasterStyles_unstable(state);\n return renderToaster_unstable(state);\n};\nToaster.displayName = 'Toaster';\n"],"names":["Toaster","props","state","useToaster_unstable","useToasterStyles_unstable","renderToaster_unstable","displayName"],"mappings":";;;;+BAMiBA;;;eAAAA;;;;iEANM;4BACa;+BACG;wCACG;AAG/B,MAAMA,UAAU,CAACC;IACxB,MAAMC,QAAQC,IAAAA,+BAAmB,EAACF;IAClCG,IAAAA,iDAAyB,EAACF;IAC1B,OAAOG,IAAAA,qCAAsB,EAACH;AAClC;AACAF,QAAQM,WAAW,GAAG"}
1
+ {"version":3,"sources":["Toaster.js"],"sourcesContent":["import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts';\nimport * as React from 'react';\nimport { useToaster_unstable } from './useToaster';\nimport { renderToaster_unstable } from './renderToaster';\nimport { useToasterStyles_unstable } from './useToasterStyles.styles';\n/**\n * Toaster component - renders a collection of toasts dispatched imperatively\n */ export const Toaster = (props)=>{\n const state = useToaster_unstable(props);\n useToasterStyles_unstable(state);\n useCustomStyleHook_unstable('useToasterStyles_unstable')(state);\n return renderToaster_unstable(state);\n};\nToaster.displayName = 'Toaster';\n"],"names":["Toaster","props","state","useToaster_unstable","useToasterStyles_unstable","useCustomStyleHook_unstable","renderToaster_unstable","displayName"],"mappings":";;;;+BAOiBA;;;eAAAA;;;;qCAP2B;iEACrB;4BACa;+BACG;wCACG;AAG/B,MAAMA,UAAU,CAACC;IACxB,MAAMC,QAAQC,IAAAA,+BAAmB,EAACF;IAClCG,IAAAA,iDAAyB,EAACF;IAC1BG,IAAAA,gDAA2B,EAAC,6BAA6BH;IACzD,OAAOI,IAAAA,qCAAsB,EAACJ;AAClC;AACAF,QAAQO,WAAW,GAAG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-toast",
3
- "version": "9.3.12",
3
+ "version": "9.3.14",
4
4
  "description": "Toast component for Fluent UI",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -40,9 +40,9 @@
40
40
  "@fluentui/react-aria": "^9.3.43",
41
41
  "@fluentui/react-icons": "^2.0.217",
42
42
  "@fluentui/react-jsx-runtime": "^9.0.18",
43
- "@fluentui/react-portal": "^9.3.24",
44
- "@fluentui/react-shared-contexts": "^9.10.0",
45
- "@fluentui/react-tabster": "^9.14.0",
43
+ "@fluentui/react-portal": "^9.3.26",
44
+ "@fluentui/react-shared-contexts": "^9.11.0",
45
+ "@fluentui/react-tabster": "^9.14.2",
46
46
  "@fluentui/react-theme": "^9.1.14",
47
47
  "@fluentui/react-utilities": "^9.15.1",
48
48
  "@griffel/react": "^1.5.14",