@fluentui/react-avatar 9.5.25 → 9.5.26

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 (103) hide show
  1. package/CHANGELOG.json +76 -1
  2. package/CHANGELOG.md +21 -2
  3. package/lib/components/Avatar/Avatar.js.map +1 -1
  4. package/lib/components/Avatar/renderAvatar.js +10 -2
  5. package/lib/components/Avatar/renderAvatar.js.map +1 -1
  6. package/lib/components/Avatar/useAvatar.js +7 -6
  7. package/lib/components/Avatar/useAvatar.js.map +1 -1
  8. package/lib/components/Avatar/useAvatarStyles.styles.js.map +1 -1
  9. package/lib/components/AvatarGroup/AvatarGroup.js.map +1 -1
  10. package/lib/components/AvatarGroup/renderAvatarGroup.js +5 -4
  11. package/lib/components/AvatarGroup/renderAvatarGroup.js.map +1 -1
  12. package/lib/components/AvatarGroup/useAvatarGroup.js +1 -1
  13. package/lib/components/AvatarGroup/useAvatarGroup.js.map +1 -1
  14. package/lib/components/AvatarGroup/useAvatarGroupContextValues.js +1 -1
  15. package/lib/components/AvatarGroup/useAvatarGroupContextValues.js.map +1 -1
  16. package/lib/components/AvatarGroup/useAvatarGroupStyles.styles.js.map +1 -1
  17. package/lib/components/AvatarGroupItem/AvatarGroupItem.js.map +1 -1
  18. package/lib/components/AvatarGroupItem/renderAvatarGroupItem.js +7 -2
  19. package/lib/components/AvatarGroupItem/renderAvatarGroupItem.js.map +1 -1
  20. package/lib/components/AvatarGroupItem/useAvatarGroupItem.js +1 -1
  21. package/lib/components/AvatarGroupItem/useAvatarGroupItem.js.map +1 -1
  22. package/lib/components/AvatarGroupItem/useAvatarGroupItemStyles.styles.js.map +1 -1
  23. package/lib/components/AvatarGroupPopover/AvatarGroupPopover.js.map +1 -1
  24. package/lib/components/AvatarGroupPopover/renderAvatarGroupPopover.js +17 -6
  25. package/lib/components/AvatarGroupPopover/renderAvatarGroupPopover.js.map +1 -1
  26. package/lib/components/AvatarGroupPopover/useAvatarGroupPopover.js +3 -3
  27. package/lib/components/AvatarGroupPopover/useAvatarGroupPopover.js.map +1 -1
  28. package/lib/components/AvatarGroupPopover/useAvatarGroupPopoverContextValues.js.map +1 -1
  29. package/lib/components/AvatarGroupPopover/useAvatarGroupPopoverStyles.styles.js.map +1 -1
  30. package/lib/contexts/AvatarContext.js.map +1 -1
  31. package/lib/utils/getInitials.js +3 -2
  32. package/lib/utils/getInitials.js.map +1 -1
  33. package/lib/utils/partitionAvatarGroupItems.js +1 -1
  34. package/lib/utils/partitionAvatarGroupItems.js.map +1 -1
  35. package/lib-commonjs/Avatar.js +2 -2
  36. package/lib-commonjs/Avatar.js.map +1 -1
  37. package/lib-commonjs/AvatarGroup.js +2 -2
  38. package/lib-commonjs/AvatarGroup.js.map +1 -1
  39. package/lib-commonjs/AvatarGroupItem.js +2 -2
  40. package/lib-commonjs/AvatarGroupItem.js.map +1 -1
  41. package/lib-commonjs/AvatarGroupPopover.js +2 -2
  42. package/lib-commonjs/AvatarGroupPopover.js.map +1 -1
  43. package/lib-commonjs/components/Avatar/Avatar.js +9 -7
  44. package/lib-commonjs/components/Avatar/Avatar.js.map +1 -1
  45. package/lib-commonjs/components/Avatar/index.js +6 -6
  46. package/lib-commonjs/components/Avatar/index.js.map +1 -1
  47. package/lib-commonjs/components/Avatar/renderAvatar.js +16 -6
  48. package/lib-commonjs/components/Avatar/renderAvatar.js.map +1 -1
  49. package/lib-commonjs/components/Avatar/useAvatar.js +31 -26
  50. package/lib-commonjs/components/Avatar/useAvatar.js.map +1 -1
  51. package/lib-commonjs/components/Avatar/useAvatarStyles.styles.js +17 -11
  52. package/lib-commonjs/components/Avatar/useAvatarStyles.styles.js.map +1 -1
  53. package/lib-commonjs/components/AvatarGroup/AvatarGroup.js +9 -7
  54. package/lib-commonjs/components/AvatarGroup/AvatarGroup.js.map +1 -1
  55. package/lib-commonjs/components/AvatarGroup/index.js +7 -7
  56. package/lib-commonjs/components/AvatarGroup/index.js.map +1 -1
  57. package/lib-commonjs/components/AvatarGroup/renderAvatarGroup.js +12 -9
  58. package/lib-commonjs/components/AvatarGroup/renderAvatarGroup.js.map +1 -1
  59. package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js +11 -7
  60. package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js.map +1 -1
  61. package/lib-commonjs/components/AvatarGroup/useAvatarGroupContextValues.js +4 -2
  62. package/lib-commonjs/components/AvatarGroup/useAvatarGroupContextValues.js.map +1 -1
  63. package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.styles.js +10 -6
  64. package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.styles.js.map +1 -1
  65. package/lib-commonjs/components/AvatarGroupItem/AvatarGroupItem.js +9 -7
  66. package/lib-commonjs/components/AvatarGroupItem/AvatarGroupItem.js.map +1 -1
  67. package/lib-commonjs/components/AvatarGroupItem/index.js +6 -6
  68. package/lib-commonjs/components/AvatarGroupItem/index.js.map +1 -1
  69. package/lib-commonjs/components/AvatarGroupItem/renderAvatarGroupItem.js +13 -6
  70. package/lib-commonjs/components/AvatarGroupItem/renderAvatarGroupItem.js.map +1 -1
  71. package/lib-commonjs/components/AvatarGroupItem/useAvatarGroupItem.js +19 -17
  72. package/lib-commonjs/components/AvatarGroupItem/useAvatarGroupItem.js.map +1 -1
  73. package/lib-commonjs/components/AvatarGroupItem/useAvatarGroupItemStyles.styles.js +20 -14
  74. package/lib-commonjs/components/AvatarGroupItem/useAvatarGroupItemStyles.styles.js.map +1 -1
  75. package/lib-commonjs/components/AvatarGroupPopover/AvatarGroupPopover.js +9 -7
  76. package/lib-commonjs/components/AvatarGroupPopover/AvatarGroupPopover.js.map +1 -1
  77. package/lib-commonjs/components/AvatarGroupPopover/AvatarGroupPopover.types.js +2 -2
  78. package/lib-commonjs/components/AvatarGroupPopover/AvatarGroupPopover.types.js.map +1 -1
  79. package/lib-commonjs/components/AvatarGroupPopover/index.js +6 -6
  80. package/lib-commonjs/components/AvatarGroupPopover/index.js.map +1 -1
  81. package/lib-commonjs/components/AvatarGroupPopover/renderAvatarGroupPopover.js +25 -12
  82. package/lib-commonjs/components/AvatarGroupPopover/renderAvatarGroupPopover.js.map +1 -1
  83. package/lib-commonjs/components/AvatarGroupPopover/useAvatarGroupPopover.js +28 -26
  84. package/lib-commonjs/components/AvatarGroupPopover/useAvatarGroupPopover.js.map +1 -1
  85. package/lib-commonjs/components/AvatarGroupPopover/useAvatarGroupPopoverContextValues.js +3 -1
  86. package/lib-commonjs/components/AvatarGroupPopover/useAvatarGroupPopoverContextValues.js.map +1 -1
  87. package/lib-commonjs/components/AvatarGroupPopover/useAvatarGroupPopoverStyles.styles.js +14 -10
  88. package/lib-commonjs/components/AvatarGroupPopover/useAvatarGroupPopoverStyles.styles.js.map +1 -1
  89. package/lib-commonjs/contexts/AvatarContext.js +8 -4
  90. package/lib-commonjs/contexts/AvatarContext.js.map +1 -1
  91. package/lib-commonjs/contexts/AvatarGroupContext.js +12 -6
  92. package/lib-commonjs/contexts/AvatarGroupContext.js.map +1 -1
  93. package/lib-commonjs/contexts/index.js +3 -3
  94. package/lib-commonjs/contexts/index.js.map +1 -1
  95. package/lib-commonjs/index.js +85 -31
  96. package/lib-commonjs/index.js.map +1 -1
  97. package/lib-commonjs/utils/getInitials.js +6 -3
  98. package/lib-commonjs/utils/getInitials.js.map +1 -1
  99. package/lib-commonjs/utils/index.js +6 -2
  100. package/lib-commonjs/utils/index.js.map +1 -1
  101. package/lib-commonjs/utils/partitionAvatarGroupItems.js +4 -2
  102. package/lib-commonjs/utils/partitionAvatarGroupItems.js.map +1 -1
  103. package/package.json +15 -15
@@ -9,37 +9,91 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- Avatar: ()=>_avatar.Avatar,
13
- avatarClassNames: ()=>_avatar.avatarClassNames,
14
- renderAvatar_unstable: ()=>_avatar.renderAvatar_unstable,
15
- useAvatarStyles_unstable: ()=>_avatar.useAvatarStyles_unstable,
16
- useAvatar_unstable: ()=>_avatar.useAvatar_unstable,
17
- getInitials: ()=>_index.getInitials,
18
- partitionAvatarGroupItems: ()=>_index.partitionAvatarGroupItems,
19
- AvatarGroup: ()=>_avatarGroup.AvatarGroup,
20
- avatarGroupClassNames: ()=>_avatarGroup.avatarGroupClassNames,
21
- renderAvatarGroup_unstable: ()=>_avatarGroup.renderAvatarGroup_unstable,
22
- useAvatarGroupContextValues: ()=>_avatarGroup.useAvatarGroupContextValues,
23
- useAvatarGroupStyles_unstable: ()=>_avatarGroup.useAvatarGroupStyles_unstable,
24
- useAvatarGroup_unstable: ()=>_avatarGroup.useAvatarGroup_unstable,
25
- AvatarGroupItem: ()=>_avatarGroupItem.AvatarGroupItem,
26
- avatarGroupItemClassNames: ()=>_avatarGroupItem.avatarGroupItemClassNames,
27
- renderAvatarGroupItem_unstable: ()=>_avatarGroupItem.renderAvatarGroupItem_unstable,
28
- useAvatarGroupItemStyles_unstable: ()=>_avatarGroupItem.useAvatarGroupItemStyles_unstable,
29
- useAvatarGroupItem_unstable: ()=>_avatarGroupItem.useAvatarGroupItem_unstable,
30
- AvatarGroupPopover: ()=>_avatarGroupPopover.AvatarGroupPopover,
31
- avatarGroupPopoverClassNames: ()=>_avatarGroupPopover.avatarGroupPopoverClassNames,
32
- renderAvatarGroupPopover_unstable: ()=>_avatarGroupPopover.renderAvatarGroupPopover_unstable,
33
- useAvatarGroupPopoverStyles_unstable: ()=>_avatarGroupPopover.useAvatarGroupPopoverStyles_unstable,
34
- useAvatarGroupPopover_unstable: ()=>_avatarGroupPopover.useAvatarGroupPopover_unstable,
35
- AvatarContextProvider: ()=>_index1.AvatarContextProvider,
36
- AvatarGroupProvider: ()=>_index1.AvatarGroupProvider,
37
- useAvatarContext: ()=>_index1.useAvatarContext,
38
- useAvatarGroupContext_unstable: ()=>_index1.useAvatarGroupContext_unstable
12
+ Avatar: function() {
13
+ return _Avatar.Avatar;
14
+ },
15
+ avatarClassNames: function() {
16
+ return _Avatar.avatarClassNames;
17
+ },
18
+ renderAvatar_unstable: function() {
19
+ return _Avatar.renderAvatar_unstable;
20
+ },
21
+ useAvatarStyles_unstable: function() {
22
+ return _Avatar.useAvatarStyles_unstable;
23
+ },
24
+ useAvatar_unstable: function() {
25
+ return _Avatar.useAvatar_unstable;
26
+ },
27
+ getInitials: function() {
28
+ return _index.getInitials;
29
+ },
30
+ partitionAvatarGroupItems: function() {
31
+ return _index.partitionAvatarGroupItems;
32
+ },
33
+ AvatarGroup: function() {
34
+ return _AvatarGroup.AvatarGroup;
35
+ },
36
+ avatarGroupClassNames: function() {
37
+ return _AvatarGroup.avatarGroupClassNames;
38
+ },
39
+ renderAvatarGroup_unstable: function() {
40
+ return _AvatarGroup.renderAvatarGroup_unstable;
41
+ },
42
+ useAvatarGroupContextValues: function() {
43
+ return _AvatarGroup.useAvatarGroupContextValues;
44
+ },
45
+ useAvatarGroupStyles_unstable: function() {
46
+ return _AvatarGroup.useAvatarGroupStyles_unstable;
47
+ },
48
+ useAvatarGroup_unstable: function() {
49
+ return _AvatarGroup.useAvatarGroup_unstable;
50
+ },
51
+ AvatarGroupItem: function() {
52
+ return _AvatarGroupItem.AvatarGroupItem;
53
+ },
54
+ avatarGroupItemClassNames: function() {
55
+ return _AvatarGroupItem.avatarGroupItemClassNames;
56
+ },
57
+ renderAvatarGroupItem_unstable: function() {
58
+ return _AvatarGroupItem.renderAvatarGroupItem_unstable;
59
+ },
60
+ useAvatarGroupItemStyles_unstable: function() {
61
+ return _AvatarGroupItem.useAvatarGroupItemStyles_unstable;
62
+ },
63
+ useAvatarGroupItem_unstable: function() {
64
+ return _AvatarGroupItem.useAvatarGroupItem_unstable;
65
+ },
66
+ AvatarGroupPopover: function() {
67
+ return _AvatarGroupPopover.AvatarGroupPopover;
68
+ },
69
+ avatarGroupPopoverClassNames: function() {
70
+ return _AvatarGroupPopover.avatarGroupPopoverClassNames;
71
+ },
72
+ renderAvatarGroupPopover_unstable: function() {
73
+ return _AvatarGroupPopover.renderAvatarGroupPopover_unstable;
74
+ },
75
+ useAvatarGroupPopoverStyles_unstable: function() {
76
+ return _AvatarGroupPopover.useAvatarGroupPopoverStyles_unstable;
77
+ },
78
+ useAvatarGroupPopover_unstable: function() {
79
+ return _AvatarGroupPopover.useAvatarGroupPopover_unstable;
80
+ },
81
+ AvatarContextProvider: function() {
82
+ return _index1.AvatarContextProvider;
83
+ },
84
+ AvatarGroupProvider: function() {
85
+ return _index1.AvatarGroupProvider;
86
+ },
87
+ useAvatarContext: function() {
88
+ return _index1.useAvatarContext;
89
+ },
90
+ useAvatarGroupContext_unstable: function() {
91
+ return _index1.useAvatarGroupContext_unstable;
92
+ }
39
93
  });
40
- const _avatar = require("./Avatar");
94
+ const _Avatar = require("./Avatar");
41
95
  const _index = require("./utils/index");
42
- const _avatarGroup = require("./AvatarGroup");
43
- const _avatarGroupItem = require("./AvatarGroupItem");
44
- const _avatarGroupPopover = require("./AvatarGroupPopover");
96
+ const _AvatarGroup = require("./AvatarGroup");
97
+ const _AvatarGroupItem = require("./AvatarGroupItem");
98
+ const _AvatarGroupPopover = require("./AvatarGroupPopover");
45
99
  const _index1 = require("./contexts/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatarStyles_unstable, useAvatar_unstable } from './Avatar';\nexport { getInitials, partitionAvatarGroupItems } from './utils/index';\nexport { AvatarGroup, avatarGroupClassNames, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable } from './AvatarGroup';\nexport { AvatarGroupItem, avatarGroupItemClassNames, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable } from './AvatarGroupItem';\nexport { AvatarGroupPopover, avatarGroupPopoverClassNames, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopover_unstable } from './AvatarGroupPopover';\nexport { AvatarContextProvider, AvatarGroupProvider, useAvatarContext, useAvatarGroupContext_unstable } from './contexts/index';\n"],"names":["Avatar","avatarClassNames","renderAvatar_unstable","useAvatarStyles_unstable","useAvatar_unstable","getInitials","partitionAvatarGroupItems","AvatarGroup","avatarGroupClassNames","renderAvatarGroup_unstable","useAvatarGroupContextValues","useAvatarGroupStyles_unstable","useAvatarGroup_unstable","AvatarGroupItem","avatarGroupItemClassNames","renderAvatarGroupItem_unstable","useAvatarGroupItemStyles_unstable","useAvatarGroupItem_unstable","AvatarGroupPopover","avatarGroupPopoverClassNames","renderAvatarGroupPopover_unstable","useAvatarGroupPopoverStyles_unstable","useAvatarGroupPopover_unstable","AvatarContextProvider","AvatarGroupProvider","useAvatarContext","useAvatarGroupContext_unstable"],"mappings":";;;;;;;;;;;IAASA,MAAM,MAANA,cAAM;IAAEC,gBAAgB,MAAhBA,wBAAgB;IAAEC,qBAAqB,MAArBA,6BAAqB;IAAEC,wBAAwB,MAAxBA,gCAAwB;IAAEC,kBAAkB,MAAlBA,0BAAkB;IAC7FC,WAAW,MAAXA,kBAAW;IAAEC,yBAAyB,MAAzBA,gCAAyB;IACtCC,WAAW,MAAXA,wBAAW;IAAEC,qBAAqB,MAArBA,kCAAqB;IAAEC,0BAA0B,MAA1BA,uCAA0B;IAAEC,2BAA2B,MAA3BA,wCAA2B;IAAEC,6BAA6B,MAA7BA,0CAA6B;IAAEC,uBAAuB,MAAvBA,oCAAuB;IACnJC,eAAe,MAAfA,gCAAe;IAAEC,yBAAyB,MAAzBA,0CAAyB;IAAEC,8BAA8B,MAA9BA,+CAA8B;IAAEC,iCAAiC,MAAjCA,kDAAiC;IAAEC,2BAA2B,MAA3BA,4CAA2B;IAC1IC,kBAAkB,MAAlBA,sCAAkB;IAAEC,4BAA4B,MAA5BA,gDAA4B;IAAEC,iCAAiC,MAAjCA,qDAAiC;IAAEC,oCAAoC,MAApCA,wDAAoC;IAAEC,8BAA8B,MAA9BA,kDAA8B;IACzJC,qBAAqB,MAArBA,6BAAqB;IAAEC,mBAAmB,MAAnBA,2BAAmB;IAAEC,gBAAgB,MAAhBA,wBAAgB;IAAEC,8BAA8B,MAA9BA,sCAA8B;;wBALS;uBACvD;6BAC6G;iCACT;oCACe;wBAC7D"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { Avatar, avatarClassNames, renderAvatar_unstable, useAvatarStyles_unstable, useAvatar_unstable } from './Avatar';\nexport { getInitials, partitionAvatarGroupItems } from './utils/index';\nexport { AvatarGroup, avatarGroupClassNames, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable } from './AvatarGroup';\nexport { AvatarGroupItem, avatarGroupItemClassNames, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable } from './AvatarGroupItem';\nexport { AvatarGroupPopover, avatarGroupPopoverClassNames, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopover_unstable } from './AvatarGroupPopover';\nexport { AvatarContextProvider, AvatarGroupProvider, useAvatarContext, useAvatarGroupContext_unstable } from './contexts/index';\n"],"names":["Avatar","avatarClassNames","renderAvatar_unstable","useAvatarStyles_unstable","useAvatar_unstable","getInitials","partitionAvatarGroupItems","AvatarGroup","avatarGroupClassNames","renderAvatarGroup_unstable","useAvatarGroupContextValues","useAvatarGroupStyles_unstable","useAvatarGroup_unstable","AvatarGroupItem","avatarGroupItemClassNames","renderAvatarGroupItem_unstable","useAvatarGroupItemStyles_unstable","useAvatarGroupItem_unstable","AvatarGroupPopover","avatarGroupPopoverClassNames","renderAvatarGroupPopover_unstable","useAvatarGroupPopoverStyles_unstable","useAvatarGroupPopover_unstable","AvatarContextProvider","AvatarGroupProvider","useAvatarContext","useAvatarGroupContext_unstable"],"mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,qBAAqB;eAArBA,6BAAqB;;IAAEC,wBAAwB;eAAxBA,gCAAwB;;IAAEC,kBAAkB;eAAlBA,0BAAkB;;IAC7FC,WAAW;eAAXA,kBAAW;;IAAEC,yBAAyB;eAAzBA,gCAAyB;;IACtCC,WAAW;eAAXA,wBAAW;;IAAEC,qBAAqB;eAArBA,kCAAqB;;IAAEC,0BAA0B;eAA1BA,uCAA0B;;IAAEC,2BAA2B;eAA3BA,wCAA2B;;IAAEC,6BAA6B;eAA7BA,0CAA6B;;IAAEC,uBAAuB;eAAvBA,oCAAuB;;IACnJC,eAAe;eAAfA,gCAAe;;IAAEC,yBAAyB;eAAzBA,0CAAyB;;IAAEC,8BAA8B;eAA9BA,+CAA8B;;IAAEC,iCAAiC;eAAjCA,kDAAiC;;IAAEC,2BAA2B;eAA3BA,4CAA2B;;IAC1IC,kBAAkB;eAAlBA,sCAAkB;;IAAEC,4BAA4B;eAA5BA,gDAA4B;;IAAEC,iCAAiC;eAAjCA,qDAAiC;;IAAEC,oCAAoC;eAApCA,wDAAoC;;IAAEC,8BAA8B;eAA9BA,kDAA8B;;IACzJC,qBAAqB;eAArBA,6BAAqB;;IAAEC,mBAAmB;eAAnBA,2BAAmB;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,8BAA8B;eAA9BA,sCAA8B;;;wBALS;uBACvD;6BAC6G;iCACT;oCACe;wBAC7D"}
@@ -9,7 +9,9 @@ Object.defineProperty(exports, "__esModule", {
9
9
  });
10
10
  Object.defineProperty(exports, "getInitials", {
11
11
  enumerable: true,
12
- get: ()=>getInitials
12
+ get: function() {
13
+ return getInitials;
14
+ }
13
15
  });
14
16
  const UNWANTED_ENCLOSURES_REGEX = /[\(\[\{][^\)\]\}]*[\)\]\}]/g;
15
17
  /**
@@ -55,13 +57,14 @@ function cleanupDisplayName(displayName) {
55
57
  return displayName;
56
58
  }
57
59
  function getInitials(displayName, isRtl, options) {
60
+ var _options, _options1;
58
61
  if (!displayName) {
59
62
  return '';
60
63
  }
61
64
  displayName = cleanupDisplayName(displayName);
62
65
  // For names containing CJK characters, and phone numbers, we don't display initials
63
- if (UNSUPPORTED_TEXT_REGEX.test(displayName) || !(options === null || options === void 0 ? void 0 : options.allowPhoneInitials) && PHONENUMBER_REGEX.test(displayName)) {
66
+ if (UNSUPPORTED_TEXT_REGEX.test(displayName) || !((_options = options) === null || _options === void 0 ? void 0 : _options.allowPhoneInitials) && PHONENUMBER_REGEX.test(displayName)) {
64
67
  return '';
65
68
  }
66
- return getInitialsLatin(displayName, isRtl, options === null || options === void 0 ? void 0 : options.firstInitialOnly);
69
+ return getInitialsLatin(displayName, isRtl, (_options1 = options) === null || _options1 === void 0 ? void 0 : _options1.firstInitialOnly);
67
70
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["getInitials.js"],"sourcesContent":["/**\n * Regular expressions matching characters to ignore when calculating the initials.\n */ /**\n * Regular expression matching characters within various types of enclosures, including the enclosures themselves\n * so for example, (xyz) [xyz] {xyz} all would be ignored\n */ const UNWANTED_ENCLOSURES_REGEX = /[\\(\\[\\{][^\\)\\]\\}]*[\\)\\]\\}]/g;\n/**\n * Regular expression matching special ASCII characters except space, plus some unicode special characters.\n * Applies after unwanted enclosures have been removed\n */ const UNWANTED_CHARS_REGEX = /[\\0-\\u001F\\!-/:-@\\[-`\\{-\\u00BF\\u0250-\\u036F\\uD800-\\uFFFF]/g;\n/**\n * Regular expression matching phone numbers. Applied after chars matching UNWANTED_CHARS_REGEX have been removed\n * and number has been trimmed for whitespaces\n */ const PHONENUMBER_REGEX = /^\\d+[\\d\\s]*(:?ext|x|)\\s*\\d+$/i;\n/** Regular expression matching one or more spaces. */ const MULTIPLE_WHITESPACES_REGEX = /\\s+/g;\n/**\n * Regular expression matching languages for which we currently don't support initials.\n * Arabic: Arabic, Arabic Supplement, Arabic Extended-A.\n * Korean: Hangul Jamo, Hangul Compatibility Jamo, Hangul Jamo Extended-A, Hangul Syllables, Hangul Jamo Extended-B.\n * Japanese: Hiragana, Katakana.\n * CJK: CJK Unified Ideographs Extension A, CJK Unified Ideographs, CJK Compatibility Ideographs,\n * CJK Unified Ideographs Extension B\n */ const UNSUPPORTED_TEXT_REGEX = /[\\u0600-\\u06FF\\u0750-\\u077F\\u08A0-\\u08FF\\u1100-\\u11FF\\u3130-\\u318F\\uA960-\\uA97F\\uAC00-\\uD7AF\\uD7B0-\\uD7FF\\u3040-\\u309F\\u30A0-\\u30FF\\u3400-\\u4DBF\\u4E00-\\u9FFF\\uF900-\\uFAFF]|[\\uD840-\\uD869][\\uDC00-\\uDED6]/;\nfunction getInitialsLatin(displayName, isRtl, firstInitialOnly) {\n let initials = '';\n const splits = displayName.split(' ');\n if (splits.length !== 0) {\n initials += splits[0].charAt(0).toUpperCase();\n }\n if (!firstInitialOnly) {\n if (splits.length === 2) {\n initials += splits[1].charAt(0).toUpperCase();\n } else if (splits.length === 3) {\n initials += splits[2].charAt(0).toUpperCase();\n }\n }\n if (isRtl && initials.length > 1) {\n return initials.charAt(1) + initials.charAt(0);\n }\n return initials;\n}\nfunction cleanupDisplayName(displayName) {\n displayName = displayName.replace(UNWANTED_ENCLOSURES_REGEX, '');\n displayName = displayName.replace(UNWANTED_CHARS_REGEX, '');\n displayName = displayName.replace(MULTIPLE_WHITESPACES_REGEX, ' ');\n displayName = displayName.trim();\n return displayName;\n}\n/**\n * Get (up to 2 characters) initials based on display name of the persona.\n *\n * @param displayName - The full name of the person or entity\n * @param isRtl - Whether the display is in RTL\n * @param options - Extra options to control the behavior of getInitials\n *\n * @returns The 1 or 2 character initials based on the name. Or an empty string if no initials\n * could be derived from the name.\n *\n * @internal\n */ export function getInitials(displayName, isRtl, options) {\n if (!displayName) {\n return '';\n }\n displayName = cleanupDisplayName(displayName);\n // For names containing CJK characters, and phone numbers, we don't display initials\n if (UNSUPPORTED_TEXT_REGEX.test(displayName) || !(options === null || options === void 0 ? void 0 : options.allowPhoneInitials) && PHONENUMBER_REGEX.test(displayName)) {\n return '';\n }\n return getInitialsLatin(displayName, isRtl, options === null || options === void 0 ? void 0 : options.firstInitialOnly);\n}\n"],"names":["getInitials","UNWANTED_ENCLOSURES_REGEX","UNWANTED_CHARS_REGEX","PHONENUMBER_REGEX","MULTIPLE_WHITESPACES_REGEX","UNSUPPORTED_TEXT_REGEX","getInitialsLatin","displayName","isRtl","firstInitialOnly","initials","splits","split","length","charAt","toUpperCase","cleanupDisplayName","replace","trim","options","test","allowPhoneInitials"],"mappings":"AAAA;;CAEC,GAAG;;;CAGH;;;;+BAsDmBA;;aAAAA;;AAtDhB,MAAMC,4BAA4B;AACtC;;;CAGC,GAAG,MAAMC,uBAAuB;AACjC;;;CAGC,GAAG,MAAMC,oBAAoB;AAC9B,oDAAoD,GAAG,MAAMC,6BAA6B;AAC1F;;;;;;;CAOC,GAAG,MAAMC,yBAAyB;AACnC,SAASC,iBAAiBC,WAAW,EAAEC,KAAK,EAAEC,gBAAgB,EAAE;IAC5D,IAAIC,WAAW;IACf,MAAMC,SAASJ,YAAYK,KAAK,CAAC;IACjC,IAAID,OAAOE,MAAM,KAAK,GAAG;QACrBH,YAAYC,MAAM,CAAC,EAAE,CAACG,MAAM,CAAC,GAAGC,WAAW;IAC/C,CAAC;IACD,IAAI,CAACN,kBAAkB;QACnB,IAAIE,OAAOE,MAAM,KAAK,GAAG;YACrBH,YAAYC,MAAM,CAAC,EAAE,CAACG,MAAM,CAAC,GAAGC,WAAW;QAC/C,OAAO,IAAIJ,OAAOE,MAAM,KAAK,GAAG;YAC5BH,YAAYC,MAAM,CAAC,EAAE,CAACG,MAAM,CAAC,GAAGC,WAAW;QAC/C,CAAC;IACL,CAAC;IACD,IAAIP,SAASE,SAASG,MAAM,GAAG,GAAG;QAC9B,OAAOH,SAASI,MAAM,CAAC,KAAKJ,SAASI,MAAM,CAAC;IAChD,CAAC;IACD,OAAOJ;AACX;AACA,SAASM,mBAAmBT,WAAW,EAAE;IACrCA,cAAcA,YAAYU,OAAO,CAAChB,2BAA2B;IAC7DM,cAAcA,YAAYU,OAAO,CAACf,sBAAsB;IACxDK,cAAcA,YAAYU,OAAO,CAACb,4BAA4B;IAC9DG,cAAcA,YAAYW,IAAI;IAC9B,OAAOX;AACX;AAYW,SAASP,YAAYO,WAAW,EAAEC,KAAK,EAAEW,OAAO,EAAE;IACzD,IAAI,CAACZ,aAAa;QACd,OAAO;IACX,CAAC;IACDA,cAAcS,mBAAmBT;IACjC,oFAAoF;IACpF,IAAIF,uBAAuBe,IAAI,CAACb,gBAAgB,CAAEY,CAAAA,YAAY,IAAI,IAAIA,YAAY,KAAK,IAAI,KAAK,IAAIA,QAAQE,kBAAkB,AAAD,KAAMlB,kBAAkBiB,IAAI,CAACb,cAAc;QACpK,OAAO;IACX,CAAC;IACD,OAAOD,iBAAiBC,aAAaC,OAAOW,YAAY,IAAI,IAAIA,YAAY,KAAK,IAAI,KAAK,IAAIA,QAAQV,gBAAgB;AAC1H"}
1
+ {"version":3,"sources":["getInitials.js"],"sourcesContent":["/**\n * Regular expressions matching characters to ignore when calculating the initials.\n */ /**\n * Regular expression matching characters within various types of enclosures, including the enclosures themselves\n * so for example, (xyz) [xyz] {xyz} all would be ignored\n */ const UNWANTED_ENCLOSURES_REGEX = /[\\(\\[\\{][^\\)\\]\\}]*[\\)\\]\\}]/g;\n/**\n * Regular expression matching special ASCII characters except space, plus some unicode special characters.\n * Applies after unwanted enclosures have been removed\n */ const UNWANTED_CHARS_REGEX = /[\\0-\\u001F\\!-/:-@\\[-`\\{-\\u00BF\\u0250-\\u036F\\uD800-\\uFFFF]/g;\n/**\n * Regular expression matching phone numbers. Applied after chars matching UNWANTED_CHARS_REGEX have been removed\n * and number has been trimmed for whitespaces\n */ const PHONENUMBER_REGEX = /^\\d+[\\d\\s]*(:?ext|x|)\\s*\\d+$/i;\n/** Regular expression matching one or more spaces. */ const MULTIPLE_WHITESPACES_REGEX = /\\s+/g;\n/**\n * Regular expression matching languages for which we currently don't support initials.\n * Arabic: Arabic, Arabic Supplement, Arabic Extended-A.\n * Korean: Hangul Jamo, Hangul Compatibility Jamo, Hangul Jamo Extended-A, Hangul Syllables, Hangul Jamo Extended-B.\n * Japanese: Hiragana, Katakana.\n * CJK: CJK Unified Ideographs Extension A, CJK Unified Ideographs, CJK Compatibility Ideographs,\n * CJK Unified Ideographs Extension B\n */ const UNSUPPORTED_TEXT_REGEX = /[\\u0600-\\u06FF\\u0750-\\u077F\\u08A0-\\u08FF\\u1100-\\u11FF\\u3130-\\u318F\\uA960-\\uA97F\\uAC00-\\uD7AF\\uD7B0-\\uD7FF\\u3040-\\u309F\\u30A0-\\u30FF\\u3400-\\u4DBF\\u4E00-\\u9FFF\\uF900-\\uFAFF]|[\\uD840-\\uD869][\\uDC00-\\uDED6]/;\nfunction getInitialsLatin(displayName, isRtl, firstInitialOnly) {\n let initials = '';\n const splits = displayName.split(' ');\n if (splits.length !== 0) {\n initials += splits[0].charAt(0).toUpperCase();\n }\n if (!firstInitialOnly) {\n if (splits.length === 2) {\n initials += splits[1].charAt(0).toUpperCase();\n } else if (splits.length === 3) {\n initials += splits[2].charAt(0).toUpperCase();\n }\n }\n if (isRtl && initials.length > 1) {\n return initials.charAt(1) + initials.charAt(0);\n }\n return initials;\n}\nfunction cleanupDisplayName(displayName) {\n displayName = displayName.replace(UNWANTED_ENCLOSURES_REGEX, '');\n displayName = displayName.replace(UNWANTED_CHARS_REGEX, '');\n displayName = displayName.replace(MULTIPLE_WHITESPACES_REGEX, ' ');\n displayName = displayName.trim();\n return displayName;\n}\n/**\n * Get (up to 2 characters) initials based on display name of the persona.\n *\n * @param displayName - The full name of the person or entity\n * @param isRtl - Whether the display is in RTL\n * @param options - Extra options to control the behavior of getInitials\n *\n * @returns The 1 or 2 character initials based on the name. Or an empty string if no initials\n * could be derived from the name.\n *\n * @internal\n */ export function getInitials(displayName, isRtl, options) {\n var _options, _options1;\n if (!displayName) {\n return '';\n }\n displayName = cleanupDisplayName(displayName);\n // For names containing CJK characters, and phone numbers, we don't display initials\n if (UNSUPPORTED_TEXT_REGEX.test(displayName) || !((_options = options) === null || _options === void 0 ? void 0 : _options.allowPhoneInitials) && PHONENUMBER_REGEX.test(displayName)) {\n return '';\n }\n return getInitialsLatin(displayName, isRtl, (_options1 = options) === null || _options1 === void 0 ? void 0 : _options1.firstInitialOnly);\n}\n"],"names":["getInitials","UNWANTED_ENCLOSURES_REGEX","UNWANTED_CHARS_REGEX","PHONENUMBER_REGEX","MULTIPLE_WHITESPACES_REGEX","UNSUPPORTED_TEXT_REGEX","getInitialsLatin","displayName","isRtl","firstInitialOnly","initials","splits","split","length","charAt","toUpperCase","cleanupDisplayName","replace","trim","options","_options","_options1","test","allowPhoneInitials"],"mappings":"AAAA;;CAEC,GAAG;;;CAGH;;;;+BAsDmBA;;;eAAAA;;;AAtDhB,MAAMC,4BAA4B;AACtC;;;CAGC,GAAG,MAAMC,uBAAuB;AACjC;;;CAGC,GAAG,MAAMC,oBAAoB;AAC9B,oDAAoD,GAAG,MAAMC,6BAA6B;AAC1F;;;;;;;CAOC,GAAG,MAAMC,yBAAyB;AACnC,SAASC,iBAAiBC,WAAW,EAAEC,KAAK,EAAEC,gBAAgB;IAC1D,IAAIC,WAAW;IACf,MAAMC,SAASJ,YAAYK,KAAK,CAAC;IACjC,IAAID,OAAOE,MAAM,KAAK,GAAG;QACrBH,YAAYC,MAAM,CAAC,EAAE,CAACG,MAAM,CAAC,GAAGC,WAAW;IAC/C;IACA,IAAI,CAACN,kBAAkB;QACnB,IAAIE,OAAOE,MAAM,KAAK,GAAG;YACrBH,YAAYC,MAAM,CAAC,EAAE,CAACG,MAAM,CAAC,GAAGC,WAAW;QAC/C,OAAO,IAAIJ,OAAOE,MAAM,KAAK,GAAG;YAC5BH,YAAYC,MAAM,CAAC,EAAE,CAACG,MAAM,CAAC,GAAGC,WAAW;QAC/C;IACJ;IACA,IAAIP,SAASE,SAASG,MAAM,GAAG,GAAG;QAC9B,OAAOH,SAASI,MAAM,CAAC,KAAKJ,SAASI,MAAM,CAAC;IAChD;IACA,OAAOJ;AACX;AACA,SAASM,mBAAmBT,WAAW;IACnCA,cAAcA,YAAYU,OAAO,CAAChB,2BAA2B;IAC7DM,cAAcA,YAAYU,OAAO,CAACf,sBAAsB;IACxDK,cAAcA,YAAYU,OAAO,CAACb,4BAA4B;IAC9DG,cAAcA,YAAYW,IAAI;IAC9B,OAAOX;AACX;AAYW,SAASP,YAAYO,WAAW,EAAEC,KAAK,EAAEW,OAAO;IACvD,IAAIC,UAAUC;IACd,IAAI,CAACd,aAAa;QACd,OAAO;IACX;IACAA,cAAcS,mBAAmBT;IACjC,oFAAoF;IACpF,IAAIF,uBAAuBiB,IAAI,CAACf,gBAAgB,CAAE,CAAA,AAACa,CAAAA,WAAWD,OAAM,MAAO,QAAQC,aAAa,KAAK,IAAI,KAAK,IAAIA,SAASG,kBAAkB,AAAD,KAAMpB,kBAAkBmB,IAAI,CAACf,cAAc;QACnL,OAAO;IACX;IACA,OAAOD,iBAAiBC,aAAaC,OAAO,AAACa,CAAAA,YAAYF,OAAM,MAAO,QAAQE,cAAc,KAAK,IAAI,KAAK,IAAIA,UAAUZ,gBAAgB;AAC5I"}
@@ -9,8 +9,12 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- getInitials: ()=>_getInitials.getInitials,
13
- partitionAvatarGroupItems: ()=>_partitionAvatarGroupItems.partitionAvatarGroupItems
12
+ getInitials: function() {
13
+ return _getInitials.getInitials;
14
+ },
15
+ partitionAvatarGroupItems: function() {
16
+ return _partitionAvatarGroupItems.partitionAvatarGroupItems;
17
+ }
14
18
  });
15
19
  const _getInitials = require("./getInitials");
16
20
  const _partitionAvatarGroupItems = require("./partitionAvatarGroupItems");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { getInitials } from './getInitials';\nexport { partitionAvatarGroupItems } from './partitionAvatarGroupItems';\n"],"names":["getInitials","partitionAvatarGroupItems"],"mappings":";;;;;;;;;;;IAASA,WAAW,MAAXA,wBAAW;IACXC,yBAAyB,MAAzBA,oDAAyB;;6BADN;2CACc"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { getInitials } from './getInitials';\nexport { partitionAvatarGroupItems } from './partitionAvatarGroupItems';\n"],"names":["getInitials","partitionAvatarGroupItems"],"mappings":";;;;;;;;;;;IAASA,WAAW;eAAXA,wBAAW;;IACXC,yBAAyB;eAAzBA,oDAAyB;;;6BADN;2CACc"}
@@ -10,10 +10,12 @@ Object.defineProperty(exports, "__esModule", {
10
10
  });
11
11
  Object.defineProperty(exports, "partitionAvatarGroupItems", {
12
12
  enumerable: true,
13
- get: ()=>partitionAvatarGroupItems
13
+ get: function() {
14
+ return partitionAvatarGroupItems;
15
+ }
14
16
  });
15
17
  const partitionAvatarGroupItems = (options)=>{
16
- const { items } = options;
18
+ const { items } = options;
17
19
  const isPie = options.layout === 'pie';
18
20
  if (isPie) {
19
21
  return {
@@ -1 +1 @@
1
- {"version":3,"sources":["partitionAvatarGroupItems.js"],"sourcesContent":["/**\n * Get the inline items and overflowing items based on the array of AvatarGroupItems needed for AvatarGroup.\n *\n * @param options - Configure the partition options\n *\n * @returns Two arrays split into inline items and overflow items based on maxInlineItems.\n */ export const partitionAvatarGroupItems = (options)=>{\n const { items } = options;\n const isPie = options.layout === 'pie';\n if (isPie) {\n return {\n inlineItems: items.slice(0, 3),\n overflowItems: items.length > 0 ? items : undefined\n };\n }\n var _options_maxInlineItems;\n const maxInlineItems = (_options_maxInlineItems = options.maxInlineItems) !== null && _options_maxInlineItems !== void 0 ? _options_maxInlineItems : 5;\n const inlineCount = -(maxInlineItems - (items.length > maxInlineItems ? 1 : 0));\n const overflowItems = items.slice(0, inlineCount);\n return {\n inlineItems: items.slice(inlineCount),\n overflowItems: overflowItems.length > 0 ? overflowItems : undefined\n };\n};\n"],"names":["partitionAvatarGroupItems","options","items","isPie","layout","inlineItems","slice","overflowItems","length","undefined","_options_maxInlineItems","maxInlineItems","inlineCount"],"mappings":"AAAA;;;;;;CAMC;;;;+BAAgBA;;aAAAA;;AAAN,MAAMA,4BAA4B,CAACC,UAAU;IACpD,MAAM,EAAEC,MAAK,EAAG,GAAGD;IACnB,MAAME,QAAQF,QAAQG,MAAM,KAAK;IACjC,IAAID,OAAO;QACP,OAAO;YACHE,aAAaH,MAAMI,KAAK,CAAC,GAAG;YAC5BC,eAAeL,MAAMM,MAAM,GAAG,IAAIN,QAAQO,SAAS;QACvD;IACJ,CAAC;IACD,IAAIC;IACJ,MAAMC,iBAAiB,AAACD,CAAAA,0BAA0BT,QAAQU,cAAc,AAAD,MAAO,IAAI,IAAID,4BAA4B,KAAK,IAAIA,0BAA0B,CAAC;IACtJ,MAAME,cAAc,CAAED,CAAAA,iBAAkBT,CAAAA,MAAMM,MAAM,GAAGG,iBAAiB,IAAI,CAAC,AAAD,CAAC;IAC7E,MAAMJ,gBAAgBL,MAAMI,KAAK,CAAC,GAAGM;IACrC,OAAO;QACHP,aAAaH,MAAMI,KAAK,CAACM;QACzBL,eAAeA,cAAcC,MAAM,GAAG,IAAID,gBAAgBE,SAAS;IACvE;AACJ"}
1
+ {"version":3,"sources":["partitionAvatarGroupItems.js"],"sourcesContent":["/**\n * Get the inline items and overflowing items based on the array of AvatarGroupItems needed for AvatarGroup.\n *\n * @param options - Configure the partition options\n *\n * @returns Two arrays split into inline items and overflow items based on maxInlineItems.\n */ export const partitionAvatarGroupItems = (options)=>{\n const { items } = options;\n const isPie = options.layout === 'pie';\n if (isPie) {\n return {\n inlineItems: items.slice(0, 3),\n overflowItems: items.length > 0 ? items : undefined\n };\n }\n var _options_maxInlineItems;\n const maxInlineItems = (_options_maxInlineItems = options.maxInlineItems) !== null && _options_maxInlineItems !== void 0 ? _options_maxInlineItems : 5;\n const inlineCount = -(maxInlineItems - (items.length > maxInlineItems ? 1 : 0));\n const overflowItems = items.slice(0, inlineCount);\n return {\n inlineItems: items.slice(inlineCount),\n overflowItems: overflowItems.length > 0 ? overflowItems : undefined\n };\n};\n"],"names":["partitionAvatarGroupItems","options","items","isPie","layout","inlineItems","slice","overflowItems","length","undefined","_options_maxInlineItems","maxInlineItems","inlineCount"],"mappings":"AAAA;;;;;;CAMC;;;;+BAAgBA;;;eAAAA;;;AAAN,MAAMA,4BAA4B,CAACC;IAC1C,MAAM,EAAEC,KAAK,EAAE,GAAGD;IAClB,MAAME,QAAQF,QAAQG,MAAM,KAAK;IACjC,IAAID,OAAO;QACP,OAAO;YACHE,aAAaH,MAAMI,KAAK,CAAC,GAAG;YAC5BC,eAAeL,MAAMM,MAAM,GAAG,IAAIN,QAAQO;QAC9C;IACJ;IACA,IAAIC;IACJ,MAAMC,iBAAiB,AAACD,CAAAA,0BAA0BT,QAAQU,cAAc,AAAD,MAAO,QAAQD,4BAA4B,KAAK,IAAIA,0BAA0B;IACrJ,MAAME,cAAc,CAAED,CAAAA,iBAAkBT,CAAAA,MAAMM,MAAM,GAAGG,iBAAiB,IAAI,CAAA,CAAC;IAC7E,MAAMJ,gBAAgBL,MAAMI,KAAK,CAAC,GAAGM;IACrC,OAAO;QACHP,aAAaH,MAAMI,KAAK,CAACM;QACzBL,eAAeA,cAAcC,MAAM,GAAG,IAAID,gBAAgBE;IAC9D;AACJ"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-avatar",
3
- "version": "9.5.25",
3
+ "version": "9.5.26",
4
4
  "description": "React components for building Microsoft web experiences.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -37,24 +37,24 @@
37
37
  "@fluentui/scripts-tasks": "*"
38
38
  },
39
39
  "dependencies": {
40
- "@fluentui/react-badge": "^9.1.31",
41
- "@fluentui/react-context-selector": "^9.1.31",
40
+ "@fluentui/react-badge": "^9.1.32",
41
+ "@fluentui/react-context-selector": "^9.1.32",
42
42
  "@fluentui/react-icons": "^2.0.207",
43
- "@fluentui/react-popover": "^9.8.0",
44
- "@fluentui/react-shared-contexts": "^9.7.2",
45
- "@fluentui/react-tabster": "^9.12.5",
46
- "@fluentui/react-theme": "^9.1.11",
47
- "@fluentui/react-tooltip": "^9.3.1",
48
- "@fluentui/react-utilities": "^9.13.0",
49
- "@fluentui/react-jsx-runtime": "^9.0.3",
43
+ "@fluentui/react-popover": "^9.8.1",
44
+ "@fluentui/react-shared-contexts": "^9.7.3",
45
+ "@fluentui/react-tabster": "^9.12.6",
46
+ "@fluentui/react-theme": "^9.1.12",
47
+ "@fluentui/react-tooltip": "^9.3.2",
48
+ "@fluentui/react-utilities": "^9.13.1",
49
+ "@fluentui/react-jsx-runtime": "^9.0.4",
50
50
  "@griffel/react": "^1.5.14",
51
- "@swc/helpers": "^0.4.14"
51
+ "@swc/helpers": "^0.5.1"
52
52
  },
53
53
  "peerDependencies": {
54
- "@types/react": ">=16.8.0 <19.0.0",
55
- "@types/react-dom": ">=16.8.0 <19.0.0",
56
- "react": ">=16.8.0 <19.0.0",
57
- "react-dom": ">=16.8.0 <19.0.0",
54
+ "@types/react": ">=16.14.0 <19.0.0",
55
+ "@types/react-dom": ">=16.14.0 <19.0.0",
56
+ "react": ">=16.14.0 <19.0.0",
57
+ "react-dom": ">=16.14.0 <19.0.0",
58
58
  "scheduler": "^0.19.0 || ^0.20.0"
59
59
  },
60
60
  "beachball": {