@fluentui/react-avatar 9.5.29 → 9.5.30

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,40 @@
2
2
  "name": "@fluentui/react-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 12 Sep 2023 08:48:17 GMT",
5
+ "date": "Thu, 14 Sep 2023 16:40:23 GMT",
6
+ "tag": "@fluentui/react-avatar_v9.5.30",
7
+ "version": "9.5.30",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-avatar",
13
+ "comment": "Bump @fluentui/react-badge to v9.1.36",
14
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-avatar",
19
+ "comment": "Bump @fluentui/react-popover to v9.8.5",
20
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-avatar",
25
+ "comment": "Bump @fluentui/react-tooltip to v9.3.6",
26
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-avatar",
31
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
32
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Tue, 12 Sep 2023 08:51:34 GMT",
6
39
  "tag": "@fluentui/react-avatar_v9.5.29",
7
40
  "version": "9.5.29",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Tue, 12 Sep 2023 08:48:17 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Sep 2023 16:40:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.5.30)
8
+
9
+ Thu, 14 Sep 2023 16:40:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.5.29..@fluentui/react-avatar_v9.5.30)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-badge to v9.1.36 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
15
+ - Bump @fluentui/react-popover to v9.8.5 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
16
+ - Bump @fluentui/react-tooltip to v9.3.6 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.8 ([PR #29145](https://github.com/microsoft/fluentui/pull/29145) by beachball)
18
+
7
19
  ## [9.5.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.5.29)
8
20
 
9
- Tue, 12 Sep 2023 08:48:17 GMT
21
+ Tue, 12 Sep 2023 08:51:34 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.5.28..@fluentui/react-avatar_v9.5.29)
11
23
 
12
24
  ### Patches
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
2
  import { assertSlots } from '@fluentui/react-utilities';
3
3
  export const renderAvatar_unstable = (state)=>{
4
4
  assertSlots(state);
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
1
+ import { jsx as _jsx } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
2
  import { assertSlots } from '@fluentui/react-utilities';
3
3
  import { AvatarGroupProvider } from '../../contexts/AvatarGroupContext';
4
4
  /**
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
2
  import { assertSlots } from '@fluentui/react-utilities';
3
3
  /**
4
4
  * Render the final JSX of AvatarGroupItem
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
1
+ import { jsx as _jsx, jsxs as _jsxs } from "@fluentui/react-jsx-runtime/jsx-runtime";
2
2
  import { AvatarGroupProvider } from '../../contexts/AvatarGroupContext';
3
3
  import { assertSlots } from '@fluentui/react-utilities';
4
4
  import { PopoverTrigger } from '@fluentui/react-popover';
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ "use strict";
1
+ "use strict";
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["renderAvatar.js"],"sourcesContent":["/** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\nexport const renderAvatar_unstable = (state)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsxs(state.root, {\n children: [\n state.initials && /*#__PURE__*/ _jsx(state.initials, {}),\n state.icon && /*#__PURE__*/ _jsx(state.icon, {}),\n state.image && /*#__PURE__*/ _jsx(state.image, {}),\n state.badge && /*#__PURE__*/ _jsx(state.badge, {}),\n state.activeAriaLabelElement\n ]\n });\n};\n"],"names":["renderAvatar_unstable","state","assertSlots","_jsxs","root","children","initials","_jsx","icon","image","badge","activeAriaLabelElement"],"mappings":"AAAA,0BAA0B,GAAG,iDAAiD;;;;+BAEjEA;;;eAAAA;;;4BAF+G;gCAChG;AACrB,MAAMA,wBAAwB,CAACC;IAClCC,IAAAA,2BAAW,EAACD;IACZ,OAAO,WAAW,GAAGE,IAAAA,gBAAK,EAACF,MAAMG,IAAI,EAAE;QACnCC,UAAU;YACNJ,MAAMK,QAAQ,IAAI,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMK,QAAQ,EAAE,CAAC;YACtDL,MAAMO,IAAI,IAAI,WAAW,GAAGD,IAAAA,eAAI,EAACN,MAAMO,IAAI,EAAE,CAAC;YAC9CP,MAAMQ,KAAK,IAAI,WAAW,GAAGF,IAAAA,eAAI,EAACN,MAAMQ,KAAK,EAAE,CAAC;YAChDR,MAAMS,KAAK,IAAI,WAAW,GAAGH,IAAAA,eAAI,EAACN,MAAMS,KAAK,EAAE,CAAC;YAChDT,MAAMU,sBAAsB;SAC/B;IACL;AACJ"}
1
+ {"version":3,"sources":["renderAvatar.js"],"sourcesContent":[" import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\nexport const renderAvatar_unstable = (state)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsxs(state.root, {\n children: [\n state.initials && /*#__PURE__*/ _jsx(state.initials, {}),\n state.icon && /*#__PURE__*/ _jsx(state.icon, {}),\n state.image && /*#__PURE__*/ _jsx(state.image, {}),\n state.badge && /*#__PURE__*/ _jsx(state.badge, {}),\n state.activeAriaLabelElement\n ]\n });\n};\n"],"names":["renderAvatar_unstable","state","assertSlots","_jsxs","root","children","initials","_jsx","icon","image","badge","activeAriaLabelElement"],"mappings":";;;;+BAEaA;;;eAAAA;;;4BAFgC;gCACjB;AACrB,MAAMA,wBAAwB,CAACC;IAClCC,IAAAA,2BAAW,EAACD;IACZ,OAAO,WAAW,GAAGE,IAAAA,gBAAK,EAACF,MAAMG,IAAI,EAAE;QACnCC,UAAU;YACNJ,MAAMK,QAAQ,IAAI,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMK,QAAQ,EAAE,CAAC;YACtDL,MAAMO,IAAI,IAAI,WAAW,GAAGD,IAAAA,eAAI,EAACN,MAAMO,IAAI,EAAE,CAAC;YAC9CP,MAAMQ,KAAK,IAAI,WAAW,GAAGF,IAAAA,eAAI,EAACN,MAAMQ,KAAK,EAAE,CAAC;YAChDR,MAAMS,KAAK,IAAI,WAAW,GAAGH,IAAAA,eAAI,EAACN,MAAMS,KAAK,EAAE,CAAC;YAChDT,MAAMU,sBAAsB;SAC/B;IACL;AACJ"}
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ "use strict";
1
+ "use strict";
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["renderAvatarGroup.js"],"sourcesContent":["/** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { AvatarGroupProvider } from '../../contexts/AvatarGroupContext';\n/**\n * Render the final JSX of AvatarGroup\n */ export const renderAvatarGroup_unstable = (state, contextValues)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsx(AvatarGroupProvider, {\n value: contextValues.avatarGroup,\n children: /*#__PURE__*/ _jsx(state.root, {})\n });\n};\n"],"names":["renderAvatarGroup_unstable","state","contextValues","assertSlots","_jsx","AvatarGroupProvider","value","avatarGroup","children","root"],"mappings":"AAAA,0BAA0B,GAAG,iDAAiD;;;;+BAK7DA;;;eAAAA;;;4BAL4F;gCACjF;oCACQ;AAGzB,MAAMA,6BAA6B,CAACC,OAAOC;IAClDC,IAAAA,2BAAW,EAACF;IACZ,OAAO,WAAW,GAAGG,IAAAA,eAAI,EAACC,uCAAmB,EAAE;QAC3CC,OAAOJ,cAAcK,WAAW;QAChCC,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACH,MAAMQ,IAAI,EAAE,CAAC;IAC9C;AACJ"}
1
+ {"version":3,"sources":["renderAvatarGroup.js"],"sourcesContent":[" import { jsx as _jsx } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { AvatarGroupProvider } from '../../contexts/AvatarGroupContext';\n/**\n * Render the final JSX of AvatarGroup\n */ export const renderAvatarGroup_unstable = (state, contextValues)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsx(AvatarGroupProvider, {\n value: contextValues.avatarGroup,\n children: /*#__PURE__*/ _jsx(state.root, {})\n });\n};\n"],"names":["renderAvatarGroup_unstable","state","contextValues","assertSlots","_jsx","AvatarGroupProvider","value","avatarGroup","children","root"],"mappings":";;;;+BAKiBA;;;eAAAA;;;4BALa;gCACF;oCACQ;AAGzB,MAAMA,6BAA6B,CAACC,OAAOC;IAClDC,IAAAA,2BAAW,EAACF;IACZ,OAAO,WAAW,GAAGG,IAAAA,eAAI,EAACC,uCAAmB,EAAE;QAC3CC,OAAOJ,cAAcK,WAAW;QAChCC,UAAU,WAAW,GAAGJ,IAAAA,eAAI,EAACH,MAAMQ,IAAI,EAAE,CAAC;IAC9C;AACJ"}
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ "use strict";
1
+ "use strict";
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["renderAvatarGroupItem.js"],"sourcesContent":["/** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\n/**\n * Render the final JSX of AvatarGroupItem\n */ export const renderAvatarGroupItem_unstable = (state)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsxs(state.root, {\n children: [\n /*#__PURE__*/ _jsx(state.avatar, {}),\n state.isOverflowItem && /*#__PURE__*/ _jsx(state.overflowLabel, {})\n ]\n });\n};\n"],"names":["renderAvatarGroupItem_unstable","state","assertSlots","_jsxs","root","children","_jsx","avatar","isOverflowItem","overflowLabel"],"mappings":"AAAA,0BAA0B,GAAG,iDAAiD;;;;+BAI7DA;;;eAAAA;;;4BAJ2G;gCAChG;AAGjB,MAAMA,iCAAiC,CAACC;IAC/CC,IAAAA,2BAAW,EAACD;IACZ,OAAO,WAAW,GAAGE,IAAAA,gBAAK,EAACF,MAAMG,IAAI,EAAE;QACnCC,UAAU;YACN,WAAW,GAAGC,IAAAA,eAAI,EAACL,MAAMM,MAAM,EAAE,CAAC;YAClCN,MAAMO,cAAc,IAAI,WAAW,GAAGF,IAAAA,eAAI,EAACL,MAAMQ,aAAa,EAAE,CAAC;SACpE;IACL;AACJ"}
1
+ {"version":3,"sources":["renderAvatarGroupItem.js"],"sourcesContent":[" import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { assertSlots } from '@fluentui/react-utilities';\n/**\n * Render the final JSX of AvatarGroupItem\n */ export const renderAvatarGroupItem_unstable = (state)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsxs(state.root, {\n children: [\n /*#__PURE__*/ _jsx(state.avatar, {}),\n state.isOverflowItem && /*#__PURE__*/ _jsx(state.overflowLabel, {})\n ]\n });\n};\n"],"names":["renderAvatarGroupItem_unstable","state","assertSlots","_jsxs","root","children","_jsx","avatar","isOverflowItem","overflowLabel"],"mappings":";;;;+BAIiBA;;;eAAAA;;;4BAJ4B;gCACjB;AAGjB,MAAMA,iCAAiC,CAACC;IAC/CC,IAAAA,2BAAW,EAACD;IACZ,OAAO,WAAW,GAAGE,IAAAA,gBAAK,EAACF,MAAMG,IAAI,EAAE;QACnCC,UAAU;YACN,WAAW,GAAGC,IAAAA,eAAI,EAACL,MAAMM,MAAM,EAAE,CAAC;YAClCN,MAAMO,cAAc,IAAI,WAAW,GAAGF,IAAAA,eAAI,EAACL,MAAMQ,aAAa,EAAE,CAAC;SACpE;IACL;AACJ"}
@@ -1,4 +1,4 @@
1
- /** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ "use strict";
1
+ "use strict";
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
@@ -1 +1 @@
1
- {"version":3,"sources":["renderAvatarGroupPopover.js"],"sourcesContent":["/** @jsxRuntime automatic */ /** @jsxImportSource @fluentui/react-jsx-runtime */ import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { AvatarGroupProvider } from '../../contexts/AvatarGroupContext';\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { PopoverTrigger } from '@fluentui/react-popover';\n/**\n * Render the final JSX of AvatarGroupPopover\n */ export const renderAvatarGroupPopover_unstable = (state, contextValues)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsxs(state.root, {\n children: [\n /*#__PURE__*/ _jsx(PopoverTrigger, {\n disableButtonEnhancement: true,\n children: /*#__PURE__*/ _jsx(state.tooltip, {\n children: /*#__PURE__*/ _jsx(state.triggerButton, {})\n })\n }),\n /*#__PURE__*/ _jsx(state.popoverSurface, {\n children: /*#__PURE__*/ _jsx(AvatarGroupProvider, {\n value: contextValues.avatarGroup,\n children: /*#__PURE__*/ _jsx(state.content, {})\n })\n })\n ]\n });\n};\n"],"names":["renderAvatarGroupPopover_unstable","state","contextValues","assertSlots","_jsxs","root","children","_jsx","PopoverTrigger","disableButtonEnhancement","tooltip","triggerButton","popoverSurface","AvatarGroupProvider","value","avatarGroup","content"],"mappings":"AAAA,0BAA0B,GAAG,iDAAiD;;;;+BAM7DA;;;eAAAA;;;4BAN2G;oCACxF;gCACR;8BACG;AAGpB,MAAMA,oCAAoC,CAACC,OAAOC;IACzDC,IAAAA,2BAAW,EAACF;IACZ,OAAO,WAAW,GAAGG,IAAAA,gBAAK,EAACH,MAAMI,IAAI,EAAE;QACnCC,UAAU;YACN,WAAW,GAAGC,IAAAA,eAAI,EAACC,4BAAc,EAAE;gBAC/BC,0BAA0B;gBAC1BH,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMS,OAAO,EAAE;oBACxCJ,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMU,aAAa,EAAE,CAAC;gBACvD;YACJ;YACA,WAAW,GAAGJ,IAAAA,eAAI,EAACN,MAAMW,cAAc,EAAE;gBACrCN,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACM,uCAAmB,EAAE;oBAC9CC,OAAOZ,cAAca,WAAW;oBAChCT,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMe,OAAO,EAAE,CAAC;gBACjD;YACJ;SACH;IACL;AACJ"}
1
+ {"version":3,"sources":["renderAvatarGroupPopover.js"],"sourcesContent":[" import { jsx as _jsx, jsxs as _jsxs } from \"@fluentui/react-jsx-runtime/jsx-runtime\";\nimport { AvatarGroupProvider } from '../../contexts/AvatarGroupContext';\nimport { assertSlots } from '@fluentui/react-utilities';\nimport { PopoverTrigger } from '@fluentui/react-popover';\n/**\n * Render the final JSX of AvatarGroupPopover\n */ export const renderAvatarGroupPopover_unstable = (state, contextValues)=>{\n assertSlots(state);\n return /*#__PURE__*/ _jsxs(state.root, {\n children: [\n /*#__PURE__*/ _jsx(PopoverTrigger, {\n disableButtonEnhancement: true,\n children: /*#__PURE__*/ _jsx(state.tooltip, {\n children: /*#__PURE__*/ _jsx(state.triggerButton, {})\n })\n }),\n /*#__PURE__*/ _jsx(state.popoverSurface, {\n children: /*#__PURE__*/ _jsx(AvatarGroupProvider, {\n value: contextValues.avatarGroup,\n children: /*#__PURE__*/ _jsx(state.content, {})\n })\n })\n ]\n });\n};\n"],"names":["renderAvatarGroupPopover_unstable","state","contextValues","assertSlots","_jsxs","root","children","_jsx","PopoverTrigger","disableButtonEnhancement","tooltip","triggerButton","popoverSurface","AvatarGroupProvider","value","avatarGroup","content"],"mappings":";;;;+BAMiBA;;;eAAAA;;;4BAN4B;oCACT;gCACR;8BACG;AAGpB,MAAMA,oCAAoC,CAACC,OAAOC;IACzDC,IAAAA,2BAAW,EAACF;IACZ,OAAO,WAAW,GAAGG,IAAAA,gBAAK,EAACH,MAAMI,IAAI,EAAE;QACnCC,UAAU;YACN,WAAW,GAAGC,IAAAA,eAAI,EAACC,4BAAc,EAAE;gBAC/BC,0BAA0B;gBAC1BH,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMS,OAAO,EAAE;oBACxCJ,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMU,aAAa,EAAE,CAAC;gBACvD;YACJ;YACA,WAAW,GAAGJ,IAAAA,eAAI,EAACN,MAAMW,cAAc,EAAE;gBACrCN,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACM,uCAAmB,EAAE;oBAC9CC,OAAOZ,cAAca,WAAW;oBAChCT,UAAU,WAAW,GAAGC,IAAAA,eAAI,EAACN,MAAMe,OAAO,EAAE,CAAC;gBACjD;YACJ;SACH;IACL;AACJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-avatar",
3
- "version": "9.5.29",
3
+ "version": "9.5.30",
4
4
  "description": "React components for building Microsoft web experiences.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,16 +37,16 @@
37
37
  "@fluentui/scripts-tasks": "*"
38
38
  },
39
39
  "dependencies": {
40
- "@fluentui/react-badge": "^9.1.35",
40
+ "@fluentui/react-badge": "^9.1.36",
41
41
  "@fluentui/react-context-selector": "^9.1.34",
42
42
  "@fluentui/react-icons": "^2.0.207",
43
- "@fluentui/react-popover": "^9.8.4",
43
+ "@fluentui/react-popover": "^9.8.5",
44
44
  "@fluentui/react-shared-contexts": "^9.7.3",
45
45
  "@fluentui/react-tabster": "^9.12.9",
46
46
  "@fluentui/react-theme": "^9.1.12",
47
- "@fluentui/react-tooltip": "^9.3.5",
47
+ "@fluentui/react-tooltip": "^9.3.6",
48
48
  "@fluentui/react-utilities": "^9.13.3",
49
- "@fluentui/react-jsx-runtime": "^9.0.7",
49
+ "@fluentui/react-jsx-runtime": "^9.0.8",
50
50
  "@griffel/react": "^1.5.14",
51
51
  "@swc/helpers": "^0.5.1"
52
52
  },