@fluentui/react-avatar 9.6.43 → 9.6.45
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.md +31 -2
- package/lib/Avatar.js +1 -1
- package/lib/Avatar.js.map +1 -1
- package/lib/AvatarGroup.js +1 -1
- package/lib/AvatarGroup.js.map +1 -1
- package/lib/AvatarGroupItem.js +1 -1
- package/lib/AvatarGroupItem.js.map +1 -1
- package/lib/AvatarGroupPopover.js +1 -1
- package/lib/AvatarGroupPopover.js.map +1 -1
- package/lib/components/Avatar/index.js +4 -5
- package/lib/components/Avatar/index.js.map +1 -1
- package/lib/components/AvatarGroup/index.js +5 -6
- package/lib/components/AvatarGroup/index.js.map +1 -1
- package/lib/components/AvatarGroupItem/index.js +4 -5
- package/lib/components/AvatarGroupItem/index.js.map +1 -1
- package/lib/components/AvatarGroupPopover/index.js +5 -6
- package/lib/components/AvatarGroupPopover/index.js.map +1 -1
- package/lib/contexts/index.js +2 -2
- package/lib/contexts/index.js.map +1 -1
- package/lib-commonjs/Avatar.js +30 -2
- package/lib-commonjs/Avatar.js.map +1 -1
- package/lib-commonjs/AvatarGroup.js +30 -2
- package/lib-commonjs/AvatarGroup.js.map +1 -1
- package/lib-commonjs/AvatarGroupItem.js +27 -2
- package/lib-commonjs/AvatarGroupItem.js.map +1 -1
- package/lib-commonjs/AvatarGroupPopover.js +27 -2
- package/lib-commonjs/AvatarGroupPopover.js.map +1 -1
- package/lib-commonjs/components/Avatar/index.js +33 -6
- package/lib-commonjs/components/Avatar/index.js.map +1 -1
- package/lib-commonjs/components/AvatarGroup/index.js +34 -7
- package/lib-commonjs/components/AvatarGroup/index.js.map +1 -1
- package/lib-commonjs/components/AvatarGroupItem/index.js +30 -6
- package/lib-commonjs/components/AvatarGroupItem/index.js.map +1 -1
- package/lib-commonjs/components/AvatarGroupPopover/index.js +31 -7
- package/lib-commonjs/components/AvatarGroupPopover/index.js.map +1 -1
- package/lib-commonjs/contexts/index.js +25 -3
- package/lib-commonjs/contexts/index.js.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,41 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-avatar
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon,
|
|
3
|
+
This log was last generated on Mon, 09 Dec 2024 17:34:02 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.6.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.6.45)
|
|
8
|
+
|
|
9
|
+
Mon, 09 Dec 2024 17:34:02 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.6.44..@fluentui/react-avatar_v9.6.45)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-badge to v9.2.47 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
|
16
|
+
- Bump @fluentui/react-popover to v9.9.27 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
|
17
|
+
- Bump @fluentui/react-tooltip to v9.5.1 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
|
18
|
+
|
|
19
|
+
## [9.6.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.6.44)
|
|
20
|
+
|
|
21
|
+
Fri, 06 Dec 2024 12:53:46 GMT
|
|
22
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.6.43..@fluentui/react-avatar_v9.6.44)
|
|
23
|
+
|
|
24
|
+
### Patches
|
|
25
|
+
|
|
26
|
+
- Bump @fluentui/react-badge to v9.2.46 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
27
|
+
- Bump @fluentui/react-context-selector to v9.1.70 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
28
|
+
- Bump @fluentui/react-popover to v9.9.26 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
29
|
+
- Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
30
|
+
- Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
31
|
+
- Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
32
|
+
- Bump @fluentui/react-tooltip to v9.5.0 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
33
|
+
- Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
34
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
35
|
+
|
|
7
36
|
## [9.6.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.6.43)
|
|
8
37
|
|
|
9
|
-
Mon, 18 Nov 2024 09:
|
|
38
|
+
Mon, 18 Nov 2024 09:44:40 GMT
|
|
10
39
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.6.42..@fluentui/react-avatar_v9.6.43)
|
|
11
40
|
|
|
12
41
|
### Patches
|
package/lib/Avatar.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Avatar, DEFAULT_STRINGS, avatarClassNames, renderAvatar_unstable, useAvatarStyles_unstable, useAvatar_unstable, useSizeStyles } from './components/Avatar/index';
|
package/lib/Avatar.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Avatar.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/Avatar.ts"],"sourcesContent":["export type {\n AvatarNamedColor,\n AvatarProps,\n AvatarShape,\n AvatarSize,\n // eslint-disable-next-line deprecation/deprecation\n AvatarSizes,\n AvatarSlots,\n AvatarState,\n} from './components/Avatar/index';\nexport {\n Avatar,\n DEFAULT_STRINGS,\n avatarClassNames,\n renderAvatar_unstable,\n useAvatarStyles_unstable,\n useAvatar_unstable,\n useSizeStyles,\n} from './components/Avatar/index';\n"],"names":["Avatar","DEFAULT_STRINGS","avatarClassNames","renderAvatar_unstable","useAvatarStyles_unstable","useAvatar_unstable","useSizeStyles"],"rangeMappings":"","mappings":"AAUA,SACEA,MAAM,EACNC,eAAe,EACfC,gBAAgB,EAChBC,qBAAqB,EACrBC,wBAAwB,EACxBC,kBAAkB,EAClBC,aAAa,QACR,4BAA4B"}
|
package/lib/AvatarGroup.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { AvatarGroup, avatarGroupClassNames, defaultAvatarGroupSize, renderAvatarGroup_unstable, useAvatarGroupContextValues, useAvatarGroupStyles_unstable, useAvatarGroup_unstable } from './components/AvatarGroup/index';
|
package/lib/AvatarGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/AvatarGroup.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/AvatarGroup.ts"],"sourcesContent":["export type {\n AvatarGroupContextValue,\n AvatarGroupContextValues,\n AvatarGroupProps,\n AvatarGroupSlots,\n AvatarGroupState,\n} from './components/AvatarGroup/index';\nexport {\n AvatarGroup,\n avatarGroupClassNames,\n defaultAvatarGroupSize,\n renderAvatarGroup_unstable,\n useAvatarGroupContextValues,\n useAvatarGroupStyles_unstable,\n useAvatarGroup_unstable,\n} from './components/AvatarGroup/index';\n"],"names":["AvatarGroup","avatarGroupClassNames","defaultAvatarGroupSize","renderAvatarGroup_unstable","useAvatarGroupContextValues","useAvatarGroupStyles_unstable","useAvatarGroup_unstable"],"rangeMappings":"","mappings":"AAOA,SACEA,WAAW,EACXC,qBAAqB,EACrBC,sBAAsB,EACtBC,0BAA0B,EAC1BC,2BAA2B,EAC3BC,6BAA6B,EAC7BC,uBAAuB,QAClB,iCAAiC"}
|
package/lib/AvatarGroupItem.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { AvatarGroupItem, avatarGroupItemClassNames, renderAvatarGroupItem_unstable, useAvatarGroupItemStyles_unstable, useAvatarGroupItem_unstable, useGroupChildClassName } from './components/AvatarGroupItem/index';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/AvatarGroupItem.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/AvatarGroupItem.ts"],"sourcesContent":["export type {\n AvatarGroupItemProps,\n AvatarGroupItemSlots,\n AvatarGroupItemState,\n} from './components/AvatarGroupItem/index';\nexport {\n AvatarGroupItem,\n avatarGroupItemClassNames,\n renderAvatarGroupItem_unstable,\n useAvatarGroupItemStyles_unstable,\n useAvatarGroupItem_unstable,\n useGroupChildClassName,\n} from './components/AvatarGroupItem/index';\n"],"names":["AvatarGroupItem","avatarGroupItemClassNames","renderAvatarGroupItem_unstable","useAvatarGroupItemStyles_unstable","useAvatarGroupItem_unstable","useGroupChildClassName"],"rangeMappings":"","mappings":"AAKA,SACEA,eAAe,EACfC,yBAAyB,EACzBC,8BAA8B,EAC9BC,iCAAiC,EACjCC,2BAA2B,EAC3BC,sBAAsB,QACjB,qCAAqC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { AvatarGroupPopover, avatarGroupPopoverClassNames, renderAvatarGroupPopover_unstable, useAvatarGroupPopoverContextValues_unstable, useAvatarGroupPopoverStyles_unstable, useAvatarGroupPopover_unstable } from './components/AvatarGroupPopover/index';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/AvatarGroupPopover.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/AvatarGroupPopover.ts"],"sourcesContent":["export type {\n AvatarGroupPopoverProps,\n AvatarGroupPopoverSlots,\n AvatarGroupPopoverState,\n} from './components/AvatarGroupPopover/index';\nexport {\n AvatarGroupPopover,\n avatarGroupPopoverClassNames,\n renderAvatarGroupPopover_unstable,\n useAvatarGroupPopoverContextValues_unstable,\n useAvatarGroupPopoverStyles_unstable,\n useAvatarGroupPopover_unstable,\n} from './components/AvatarGroupPopover/index';\n"],"names":["AvatarGroupPopover","avatarGroupPopoverClassNames","renderAvatarGroupPopover_unstable","useAvatarGroupPopoverContextValues_unstable","useAvatarGroupPopoverStyles_unstable","useAvatarGroupPopover_unstable"],"rangeMappings":"","mappings":"AAKA,SACEA,kBAAkB,EAClBC,4BAA4B,EAC5BC,iCAAiC,EACjCC,2CAA2C,EAC3CC,oCAAoC,EACpCC,8BAA8B,QACzB,wCAAwC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './useAvatarStyles.styles';
|
|
1
|
+
export { Avatar } from './Avatar';
|
|
2
|
+
export { renderAvatar_unstable } from './renderAvatar';
|
|
3
|
+
export { DEFAULT_STRINGS, useAvatar_unstable } from './useAvatar';
|
|
4
|
+
export { avatarClassNames, useAvatarStyles_unstable, useSizeStyles } from './useAvatarStyles.styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Avatar/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Avatar/index.ts"],"sourcesContent":["export type {\n AvatarNamedColor,\n AvatarProps,\n AvatarShape,\n AvatarSize,\n // eslint-disable-next-line deprecation/deprecation\n AvatarSizes,\n AvatarSlots,\n AvatarState,\n} from './Avatar.types';\nexport { Avatar } from './Avatar';\nexport { renderAvatar_unstable } from './renderAvatar';\nexport { DEFAULT_STRINGS, useAvatar_unstable } from './useAvatar';\nexport { avatarClassNames, useAvatarStyles_unstable, useSizeStyles } from './useAvatarStyles.styles';\n"],"names":["Avatar","renderAvatar_unstable","DEFAULT_STRINGS","useAvatar_unstable","avatarClassNames","useAvatarStyles_unstable","useSizeStyles"],"rangeMappings":";;;","mappings":"AAUA,SAASA,MAAM,QAAQ,WAAW;AAClC,SAASC,qBAAqB,QAAQ,iBAAiB;AACvD,SAASC,eAAe,EAAEC,kBAAkB,QAAQ,cAAc;AAClE,SAASC,gBAAgB,EAAEC,wBAAwB,EAAEC,aAAa,QAAQ,2BAA2B"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export * from './useAvatarGroupContextValues';
|
|
1
|
+
export { AvatarGroup } from './AvatarGroup';
|
|
2
|
+
export { renderAvatarGroup_unstable } from './renderAvatarGroup';
|
|
3
|
+
export { defaultAvatarGroupSize, useAvatarGroup_unstable } from './useAvatarGroup';
|
|
4
|
+
export { avatarGroupClassNames, useAvatarGroupStyles_unstable } from './useAvatarGroupStyles.styles';
|
|
5
|
+
export { useAvatarGroupContextValues } from './useAvatarGroupContextValues';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/AvatarGroup/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/AvatarGroup/index.ts"],"sourcesContent":["export { AvatarGroup } from './AvatarGroup';\nexport type {\n AvatarGroupContextValue,\n AvatarGroupContextValues,\n AvatarGroupProps,\n AvatarGroupSlots,\n AvatarGroupState,\n} from './AvatarGroup.types';\nexport { renderAvatarGroup_unstable } from './renderAvatarGroup';\nexport { defaultAvatarGroupSize, useAvatarGroup_unstable } from './useAvatarGroup';\nexport { avatarGroupClassNames, useAvatarGroupStyles_unstable } from './useAvatarGroupStyles.styles';\nexport { useAvatarGroupContextValues } from './useAvatarGroupContextValues';\n"],"names":["AvatarGroup","renderAvatarGroup_unstable","defaultAvatarGroupSize","useAvatarGroup_unstable","avatarGroupClassNames","useAvatarGroupStyles_unstable","useAvatarGroupContextValues"],"rangeMappings":";;;;","mappings":"AAAA,SAASA,WAAW,QAAQ,gBAAgB;AAQ5C,SAASC,0BAA0B,QAAQ,sBAAsB;AACjE,SAASC,sBAAsB,EAAEC,uBAAuB,QAAQ,mBAAmB;AACnF,SAASC,qBAAqB,EAAEC,6BAA6B,QAAQ,gCAAgC;AACrG,SAASC,2BAA2B,QAAQ,gCAAgC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './useAvatarGroupItemStyles.styles';
|
|
1
|
+
export { AvatarGroupItem } from './AvatarGroupItem';
|
|
2
|
+
export { renderAvatarGroupItem_unstable } from './renderAvatarGroupItem';
|
|
3
|
+
export { useAvatarGroupItem_unstable } from './useAvatarGroupItem';
|
|
4
|
+
export { avatarGroupItemClassNames, useAvatarGroupItemStyles_unstable, useGroupChildClassName } from './useAvatarGroupItemStyles.styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/AvatarGroupItem/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/AvatarGroupItem/index.ts"],"sourcesContent":["export { AvatarGroupItem } from './AvatarGroupItem';\nexport type { AvatarGroupItemProps, AvatarGroupItemSlots, AvatarGroupItemState } from './AvatarGroupItem.types';\nexport { renderAvatarGroupItem_unstable } from './renderAvatarGroupItem';\nexport { useAvatarGroupItem_unstable } from './useAvatarGroupItem';\nexport {\n avatarGroupItemClassNames,\n useAvatarGroupItemStyles_unstable,\n useGroupChildClassName,\n} from './useAvatarGroupItemStyles.styles';\n"],"names":["AvatarGroupItem","renderAvatarGroupItem_unstable","useAvatarGroupItem_unstable","avatarGroupItemClassNames","useAvatarGroupItemStyles_unstable","useGroupChildClassName"],"rangeMappings":";;;","mappings":"AAAA,SAASA,eAAe,QAAQ,oBAAoB;AAEpD,SAASC,8BAA8B,QAAQ,0BAA0B;AACzE,SAASC,2BAA2B,QAAQ,uBAAuB;AACnE,SACEC,yBAAyB,EACzBC,iCAAiC,EACjCC,sBAAsB,QACjB,oCAAoC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export * from './useAvatarGroupPopoverContextValues';
|
|
1
|
+
export { AvatarGroupPopover } from './AvatarGroupPopover';
|
|
2
|
+
export { renderAvatarGroupPopover_unstable } from './renderAvatarGroupPopover';
|
|
3
|
+
export { useAvatarGroupPopover_unstable } from './useAvatarGroupPopover';
|
|
4
|
+
export { avatarGroupPopoverClassNames, useAvatarGroupPopoverStyles_unstable } from './useAvatarGroupPopoverStyles.styles';
|
|
5
|
+
export { useAvatarGroupPopoverContextValues_unstable } from './useAvatarGroupPopoverContextValues';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/AvatarGroupPopover/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/AvatarGroupPopover/index.ts"],"sourcesContent":["export { AvatarGroupPopover } from './AvatarGroupPopover';\nexport type {\n AvatarGroupPopoverProps,\n AvatarGroupPopoverSlots,\n AvatarGroupPopoverState,\n} from './AvatarGroupPopover.types';\nexport { renderAvatarGroupPopover_unstable } from './renderAvatarGroupPopover';\nexport { useAvatarGroupPopover_unstable } from './useAvatarGroupPopover';\nexport {\n avatarGroupPopoverClassNames,\n useAvatarGroupPopoverStyles_unstable,\n} from './useAvatarGroupPopoverStyles.styles';\nexport { useAvatarGroupPopoverContextValues_unstable } from './useAvatarGroupPopoverContextValues';\n"],"names":["AvatarGroupPopover","renderAvatarGroupPopover_unstable","useAvatarGroupPopover_unstable","avatarGroupPopoverClassNames","useAvatarGroupPopoverStyles_unstable","useAvatarGroupPopoverContextValues_unstable"],"rangeMappings":";;;;","mappings":"AAAA,SAASA,kBAAkB,QAAQ,uBAAuB;AAM1D,SAASC,iCAAiC,QAAQ,6BAA6B;AAC/E,SAASC,8BAA8B,QAAQ,0BAA0B;AACzE,SACEC,4BAA4B,EAC5BC,oCAAoC,QAC/B,uCAAuC;AAC9C,SAASC,2CAA2C,QAAQ,uCAAuC"}
|
package/lib/contexts/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { AvatarGroupContext, AvatarGroupProvider, useAvatarGroupContext_unstable } from './AvatarGroupContext';
|
|
2
|
+
export { AvatarContextProvider, useAvatarContext } from './AvatarContext';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export { AvatarGroupContext, AvatarGroupProvider, useAvatarGroupContext_unstable } from './AvatarGroupContext';\nexport type { AvatarContextValue } from './AvatarContext';\nexport { AvatarContextProvider, useAvatarContext } from './AvatarContext';\n"],"names":["AvatarGroupContext","AvatarGroupProvider","useAvatarGroupContext_unstable","AvatarContextProvider","useAvatarContext"],"rangeMappings":";","mappings":"AAAA,SAASA,kBAAkB,EAAEC,mBAAmB,EAAEC,8BAA8B,QAAQ,uBAAuB;AAE/G,SAASC,qBAAqB,EAAEC,gBAAgB,QAAQ,kBAAkB"}
|
package/lib-commonjs/Avatar.js
CHANGED
|
@@ -2,5 +2,33 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Avatar: function() {
|
|
13
|
+
return _index.Avatar;
|
|
14
|
+
},
|
|
15
|
+
DEFAULT_STRINGS: function() {
|
|
16
|
+
return _index.DEFAULT_STRINGS;
|
|
17
|
+
},
|
|
18
|
+
avatarClassNames: function() {
|
|
19
|
+
return _index.avatarClassNames;
|
|
20
|
+
},
|
|
21
|
+
renderAvatar_unstable: function() {
|
|
22
|
+
return _index.renderAvatar_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarStyles_unstable: function() {
|
|
25
|
+
return _index.useAvatarStyles_unstable;
|
|
26
|
+
},
|
|
27
|
+
useAvatar_unstable: function() {
|
|
28
|
+
return _index.useAvatar_unstable;
|
|
29
|
+
},
|
|
30
|
+
useSizeStyles: function() {
|
|
31
|
+
return _index.useSizeStyles;
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
const _index = require("./components/Avatar/index");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/Avatar.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/Avatar.ts"],"sourcesContent":["export type {\n AvatarNamedColor,\n AvatarProps,\n AvatarShape,\n AvatarSize,\n // eslint-disable-next-line deprecation/deprecation\n AvatarSizes,\n AvatarSlots,\n AvatarState,\n} from './components/Avatar/index';\nexport {\n Avatar,\n DEFAULT_STRINGS,\n avatarClassNames,\n renderAvatar_unstable,\n useAvatarStyles_unstable,\n useAvatar_unstable,\n useSizeStyles,\n} from './components/Avatar/index';\n"],"names":["Avatar","DEFAULT_STRINGS","avatarClassNames","renderAvatar_unstable","useAvatarStyles_unstable","useAvatar_unstable","useSizeStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAWEA,MAAM;eAANA,aAAM;;IACNC,eAAe;eAAfA,sBAAe;;IACfC,gBAAgB;eAAhBA,uBAAgB;;IAChBC,qBAAqB;eAArBA,4BAAqB;;IACrBC,wBAAwB;eAAxBA,+BAAwB;;IACxBC,kBAAkB;eAAlBA,yBAAkB;;IAClBC,aAAa;eAAbA,oBAAa;;;uBACR"}
|
|
@@ -2,5 +2,33 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
AvatarGroup: function() {
|
|
13
|
+
return _index.AvatarGroup;
|
|
14
|
+
},
|
|
15
|
+
avatarGroupClassNames: function() {
|
|
16
|
+
return _index.avatarGroupClassNames;
|
|
17
|
+
},
|
|
18
|
+
defaultAvatarGroupSize: function() {
|
|
19
|
+
return _index.defaultAvatarGroupSize;
|
|
20
|
+
},
|
|
21
|
+
renderAvatarGroup_unstable: function() {
|
|
22
|
+
return _index.renderAvatarGroup_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarGroupContextValues: function() {
|
|
25
|
+
return _index.useAvatarGroupContextValues;
|
|
26
|
+
},
|
|
27
|
+
useAvatarGroupStyles_unstable: function() {
|
|
28
|
+
return _index.useAvatarGroupStyles_unstable;
|
|
29
|
+
},
|
|
30
|
+
useAvatarGroup_unstable: function() {
|
|
31
|
+
return _index.useAvatarGroup_unstable;
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
const _index = require("./components/AvatarGroup/index");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/AvatarGroup.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/AvatarGroup.ts"],"sourcesContent":["export type {\n AvatarGroupContextValue,\n AvatarGroupContextValues,\n AvatarGroupProps,\n AvatarGroupSlots,\n AvatarGroupState,\n} from './components/AvatarGroup/index';\nexport {\n AvatarGroup,\n avatarGroupClassNames,\n defaultAvatarGroupSize,\n renderAvatarGroup_unstable,\n useAvatarGroupContextValues,\n useAvatarGroupStyles_unstable,\n useAvatarGroup_unstable,\n} from './components/AvatarGroup/index';\n"],"names":["AvatarGroup","avatarGroupClassNames","defaultAvatarGroupSize","renderAvatarGroup_unstable","useAvatarGroupContextValues","useAvatarGroupStyles_unstable","useAvatarGroup_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAQEA,WAAW;eAAXA,kBAAW;;IACXC,qBAAqB;eAArBA,4BAAqB;;IACrBC,sBAAsB;eAAtBA,6BAAsB;;IACtBC,0BAA0B;eAA1BA,iCAA0B;;IAC1BC,2BAA2B;eAA3BA,kCAA2B;;IAC3BC,6BAA6B;eAA7BA,oCAA6B;;IAC7BC,uBAAuB;eAAvBA,8BAAuB;;;uBAClB"}
|
|
@@ -2,5 +2,30 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
AvatarGroupItem: function() {
|
|
13
|
+
return _index.AvatarGroupItem;
|
|
14
|
+
},
|
|
15
|
+
avatarGroupItemClassNames: function() {
|
|
16
|
+
return _index.avatarGroupItemClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderAvatarGroupItem_unstable: function() {
|
|
19
|
+
return _index.renderAvatarGroupItem_unstable;
|
|
20
|
+
},
|
|
21
|
+
useAvatarGroupItemStyles_unstable: function() {
|
|
22
|
+
return _index.useAvatarGroupItemStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarGroupItem_unstable: function() {
|
|
25
|
+
return _index.useAvatarGroupItem_unstable;
|
|
26
|
+
},
|
|
27
|
+
useGroupChildClassName: function() {
|
|
28
|
+
return _index.useGroupChildClassName;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const _index = require("./components/AvatarGroupItem/index");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/AvatarGroupItem.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/AvatarGroupItem.ts"],"sourcesContent":["export type {\n AvatarGroupItemProps,\n AvatarGroupItemSlots,\n AvatarGroupItemState,\n} from './components/AvatarGroupItem/index';\nexport {\n AvatarGroupItem,\n avatarGroupItemClassNames,\n renderAvatarGroupItem_unstable,\n useAvatarGroupItemStyles_unstable,\n useAvatarGroupItem_unstable,\n useGroupChildClassName,\n} from './components/AvatarGroupItem/index';\n"],"names":["AvatarGroupItem","avatarGroupItemClassNames","renderAvatarGroupItem_unstable","useAvatarGroupItemStyles_unstable","useAvatarGroupItem_unstable","useGroupChildClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAMEA,eAAe;eAAfA,sBAAe;;IACfC,yBAAyB;eAAzBA,gCAAyB;;IACzBC,8BAA8B;eAA9BA,qCAA8B;;IAC9BC,iCAAiC;eAAjCA,wCAAiC;;IACjCC,2BAA2B;eAA3BA,kCAA2B;;IAC3BC,sBAAsB;eAAtBA,6BAAsB;;;uBACjB"}
|
|
@@ -2,5 +2,30 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
AvatarGroupPopover: function() {
|
|
13
|
+
return _index.AvatarGroupPopover;
|
|
14
|
+
},
|
|
15
|
+
avatarGroupPopoverClassNames: function() {
|
|
16
|
+
return _index.avatarGroupPopoverClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderAvatarGroupPopover_unstable: function() {
|
|
19
|
+
return _index.renderAvatarGroupPopover_unstable;
|
|
20
|
+
},
|
|
21
|
+
useAvatarGroupPopoverContextValues_unstable: function() {
|
|
22
|
+
return _index.useAvatarGroupPopoverContextValues_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarGroupPopoverStyles_unstable: function() {
|
|
25
|
+
return _index.useAvatarGroupPopoverStyles_unstable;
|
|
26
|
+
},
|
|
27
|
+
useAvatarGroupPopover_unstable: function() {
|
|
28
|
+
return _index.useAvatarGroupPopover_unstable;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const _index = require("./components/AvatarGroupPopover/index");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/AvatarGroupPopover.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/AvatarGroupPopover.ts"],"sourcesContent":["export type {\n AvatarGroupPopoverProps,\n AvatarGroupPopoverSlots,\n AvatarGroupPopoverState,\n} from './components/AvatarGroupPopover/index';\nexport {\n AvatarGroupPopover,\n avatarGroupPopoverClassNames,\n renderAvatarGroupPopover_unstable,\n useAvatarGroupPopoverContextValues_unstable,\n useAvatarGroupPopoverStyles_unstable,\n useAvatarGroupPopover_unstable,\n} from './components/AvatarGroupPopover/index';\n"],"names":["AvatarGroupPopover","avatarGroupPopoverClassNames","renderAvatarGroupPopover_unstable","useAvatarGroupPopoverContextValues_unstable","useAvatarGroupPopoverStyles_unstable","useAvatarGroupPopover_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAMEA,kBAAkB;eAAlBA,yBAAkB;;IAClBC,4BAA4B;eAA5BA,mCAA4B;;IAC5BC,iCAAiC;eAAjCA,wCAAiC;;IACjCC,2CAA2C;eAA3CA,kDAA2C;;IAC3CC,oCAAoC;eAApCA,2CAAoC;;IACpCC,8BAA8B;eAA9BA,qCAA8B;;;uBACzB"}
|
|
@@ -2,9 +2,36 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Avatar: function() {
|
|
13
|
+
return _Avatar.Avatar;
|
|
14
|
+
},
|
|
15
|
+
DEFAULT_STRINGS: function() {
|
|
16
|
+
return _useAvatar.DEFAULT_STRINGS;
|
|
17
|
+
},
|
|
18
|
+
avatarClassNames: function() {
|
|
19
|
+
return _useAvatarStylesstyles.avatarClassNames;
|
|
20
|
+
},
|
|
21
|
+
renderAvatar_unstable: function() {
|
|
22
|
+
return _renderAvatar.renderAvatar_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarStyles_unstable: function() {
|
|
25
|
+
return _useAvatarStylesstyles.useAvatarStyles_unstable;
|
|
26
|
+
},
|
|
27
|
+
useAvatar_unstable: function() {
|
|
28
|
+
return _useAvatar.useAvatar_unstable;
|
|
29
|
+
},
|
|
30
|
+
useSizeStyles: function() {
|
|
31
|
+
return _useAvatarStylesstyles.useSizeStyles;
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
const _Avatar = require("./Avatar");
|
|
35
|
+
const _renderAvatar = require("./renderAvatar");
|
|
36
|
+
const _useAvatar = require("./useAvatar");
|
|
37
|
+
const _useAvatarStylesstyles = require("./useAvatarStyles.styles");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Avatar/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Avatar/index.ts"],"sourcesContent":["export type {\n AvatarNamedColor,\n AvatarProps,\n AvatarShape,\n AvatarSize,\n // eslint-disable-next-line deprecation/deprecation\n AvatarSizes,\n AvatarSlots,\n AvatarState,\n} from './Avatar.types';\nexport { Avatar } from './Avatar';\nexport { renderAvatar_unstable } from './renderAvatar';\nexport { DEFAULT_STRINGS, useAvatar_unstable } from './useAvatar';\nexport { avatarClassNames, useAvatarStyles_unstable, useSizeStyles } from './useAvatarStyles.styles';\n"],"names":["Avatar","DEFAULT_STRINGS","avatarClassNames","renderAvatar_unstable","useAvatarStyles_unstable","useAvatar_unstable","useSizeStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAUSA,MAAM;eAANA,cAAM;;IAENC,eAAe;eAAfA,0BAAe;;IACfC,gBAAgB;eAAhBA,uCAAgB;;IAFhBC,qBAAqB;eAArBA,mCAAqB;;IAEHC,wBAAwB;eAAxBA,+CAAwB;;IADzBC,kBAAkB;eAAlBA,6BAAkB;;IACSC,aAAa;eAAbA,oCAAa;;;wBAH3C;8BACe;2BACc;uCACsB"}
|
|
@@ -2,10 +2,37 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
AvatarGroup: function() {
|
|
13
|
+
return _AvatarGroup.AvatarGroup;
|
|
14
|
+
},
|
|
15
|
+
avatarGroupClassNames: function() {
|
|
16
|
+
return _useAvatarGroupStylesstyles.avatarGroupClassNames;
|
|
17
|
+
},
|
|
18
|
+
defaultAvatarGroupSize: function() {
|
|
19
|
+
return _useAvatarGroup.defaultAvatarGroupSize;
|
|
20
|
+
},
|
|
21
|
+
renderAvatarGroup_unstable: function() {
|
|
22
|
+
return _renderAvatarGroup.renderAvatarGroup_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarGroupContextValues: function() {
|
|
25
|
+
return _useAvatarGroupContextValues.useAvatarGroupContextValues;
|
|
26
|
+
},
|
|
27
|
+
useAvatarGroupStyles_unstable: function() {
|
|
28
|
+
return _useAvatarGroupStylesstyles.useAvatarGroupStyles_unstable;
|
|
29
|
+
},
|
|
30
|
+
useAvatarGroup_unstable: function() {
|
|
31
|
+
return _useAvatarGroup.useAvatarGroup_unstable;
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
const _AvatarGroup = require("./AvatarGroup");
|
|
35
|
+
const _renderAvatarGroup = require("./renderAvatarGroup");
|
|
36
|
+
const _useAvatarGroup = require("./useAvatarGroup");
|
|
37
|
+
const _useAvatarGroupStylesstyles = require("./useAvatarGroupStyles.styles");
|
|
38
|
+
const _useAvatarGroupContextValues = require("./useAvatarGroupContextValues");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/AvatarGroup/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/AvatarGroup/index.ts"],"sourcesContent":["export { AvatarGroup } from './AvatarGroup';\nexport type {\n AvatarGroupContextValue,\n AvatarGroupContextValues,\n AvatarGroupProps,\n AvatarGroupSlots,\n AvatarGroupState,\n} from './AvatarGroup.types';\nexport { renderAvatarGroup_unstable } from './renderAvatarGroup';\nexport { defaultAvatarGroupSize, useAvatarGroup_unstable } from './useAvatarGroup';\nexport { avatarGroupClassNames, useAvatarGroupStyles_unstable } from './useAvatarGroupStyles.styles';\nexport { useAvatarGroupContextValues } from './useAvatarGroupContextValues';\n"],"names":["AvatarGroup","avatarGroupClassNames","defaultAvatarGroupSize","renderAvatarGroup_unstable","useAvatarGroupContextValues","useAvatarGroupStyles_unstable","useAvatarGroup_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,WAAW;eAAXA,wBAAW;;IAUXC,qBAAqB;eAArBA,iDAAqB;;IADrBC,sBAAsB;eAAtBA,sCAAsB;;IADtBC,0BAA0B;eAA1BA,6CAA0B;;IAG1BC,2BAA2B;eAA3BA,wDAA2B;;IADJC,6BAA6B;eAA7BA,yDAA6B;;IAD5BC,uBAAuB;eAAvBA,uCAAuB;;;6BAT5B;mCAQe;gCACqB;4CACK;6CACzB"}
|
|
@@ -2,9 +2,33 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
AvatarGroupItem: function() {
|
|
13
|
+
return _AvatarGroupItem.AvatarGroupItem;
|
|
14
|
+
},
|
|
15
|
+
avatarGroupItemClassNames: function() {
|
|
16
|
+
return _useAvatarGroupItemStylesstyles.avatarGroupItemClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderAvatarGroupItem_unstable: function() {
|
|
19
|
+
return _renderAvatarGroupItem.renderAvatarGroupItem_unstable;
|
|
20
|
+
},
|
|
21
|
+
useAvatarGroupItemStyles_unstable: function() {
|
|
22
|
+
return _useAvatarGroupItemStylesstyles.useAvatarGroupItemStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarGroupItem_unstable: function() {
|
|
25
|
+
return _useAvatarGroupItem.useAvatarGroupItem_unstable;
|
|
26
|
+
},
|
|
27
|
+
useGroupChildClassName: function() {
|
|
28
|
+
return _useAvatarGroupItemStylesstyles.useGroupChildClassName;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const _AvatarGroupItem = require("./AvatarGroupItem");
|
|
32
|
+
const _renderAvatarGroupItem = require("./renderAvatarGroupItem");
|
|
33
|
+
const _useAvatarGroupItem = require("./useAvatarGroupItem");
|
|
34
|
+
const _useAvatarGroupItemStylesstyles = require("./useAvatarGroupItemStyles.styles");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/AvatarGroupItem/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/AvatarGroupItem/index.ts"],"sourcesContent":["export { AvatarGroupItem } from './AvatarGroupItem';\nexport type { AvatarGroupItemProps, AvatarGroupItemSlots, AvatarGroupItemState } from './AvatarGroupItem.types';\nexport { renderAvatarGroupItem_unstable } from './renderAvatarGroupItem';\nexport { useAvatarGroupItem_unstable } from './useAvatarGroupItem';\nexport {\n avatarGroupItemClassNames,\n useAvatarGroupItemStyles_unstable,\n useGroupChildClassName,\n} from './useAvatarGroupItemStyles.styles';\n"],"names":["AvatarGroupItem","avatarGroupItemClassNames","renderAvatarGroupItem_unstable","useAvatarGroupItemStyles_unstable","useAvatarGroupItem_unstable","useGroupChildClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,eAAe;eAAfA,gCAAe;;IAKtBC,yBAAyB;eAAzBA,yDAAyB;;IAHlBC,8BAA8B;eAA9BA,qDAA8B;;IAIrCC,iCAAiC;eAAjCA,iEAAiC;;IAH1BC,2BAA2B;eAA3BA,+CAA2B;;IAIlCC,sBAAsB;eAAtBA,sDAAsB;;;iCAPQ;uCAEe;oCACH;gDAKrC"}
|
|
@@ -2,10 +2,34 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
AvatarGroupPopover: function() {
|
|
13
|
+
return _AvatarGroupPopover.AvatarGroupPopover;
|
|
14
|
+
},
|
|
15
|
+
avatarGroupPopoverClassNames: function() {
|
|
16
|
+
return _useAvatarGroupPopoverStylesstyles.avatarGroupPopoverClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderAvatarGroupPopover_unstable: function() {
|
|
19
|
+
return _renderAvatarGroupPopover.renderAvatarGroupPopover_unstable;
|
|
20
|
+
},
|
|
21
|
+
useAvatarGroupPopoverContextValues_unstable: function() {
|
|
22
|
+
return _useAvatarGroupPopoverContextValues.useAvatarGroupPopoverContextValues_unstable;
|
|
23
|
+
},
|
|
24
|
+
useAvatarGroupPopoverStyles_unstable: function() {
|
|
25
|
+
return _useAvatarGroupPopoverStylesstyles.useAvatarGroupPopoverStyles_unstable;
|
|
26
|
+
},
|
|
27
|
+
useAvatarGroupPopover_unstable: function() {
|
|
28
|
+
return _useAvatarGroupPopover.useAvatarGroupPopover_unstable;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const _AvatarGroupPopover = require("./AvatarGroupPopover");
|
|
32
|
+
const _renderAvatarGroupPopover = require("./renderAvatarGroupPopover");
|
|
33
|
+
const _useAvatarGroupPopover = require("./useAvatarGroupPopover");
|
|
34
|
+
const _useAvatarGroupPopoverStylesstyles = require("./useAvatarGroupPopoverStyles.styles");
|
|
35
|
+
const _useAvatarGroupPopoverContextValues = require("./useAvatarGroupPopoverContextValues");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/AvatarGroupPopover/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/AvatarGroupPopover/index.ts"],"sourcesContent":["export { AvatarGroupPopover } from './AvatarGroupPopover';\nexport type {\n AvatarGroupPopoverProps,\n AvatarGroupPopoverSlots,\n AvatarGroupPopoverState,\n} from './AvatarGroupPopover.types';\nexport { renderAvatarGroupPopover_unstable } from './renderAvatarGroupPopover';\nexport { useAvatarGroupPopover_unstable } from './useAvatarGroupPopover';\nexport {\n avatarGroupPopoverClassNames,\n useAvatarGroupPopoverStyles_unstable,\n} from './useAvatarGroupPopoverStyles.styles';\nexport { useAvatarGroupPopoverContextValues_unstable } from './useAvatarGroupPopoverContextValues';\n"],"names":["AvatarGroupPopover","avatarGroupPopoverClassNames","renderAvatarGroupPopover_unstable","useAvatarGroupPopoverContextValues_unstable","useAvatarGroupPopoverStyles_unstable","useAvatarGroupPopover_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,kBAAkB;eAAlBA,sCAAkB;;IASzBC,4BAA4B;eAA5BA,+DAA4B;;IAHrBC,iCAAiC;eAAjCA,2DAAiC;;IAMjCC,2CAA2C;eAA3CA,+EAA2C;;IAFlDC,oCAAoC;eAApCA,uEAAoC;;IAH7BC,8BAA8B;eAA9BA,qDAA8B;;;oCAPJ;0CAMe;uCACH;mDAIxC;oDACqD"}
|
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
AvatarContextProvider: function() {
|
|
13
|
+
return _AvatarContext.AvatarContextProvider;
|
|
14
|
+
},
|
|
15
|
+
AvatarGroupContext: function() {
|
|
16
|
+
return _AvatarGroupContext.AvatarGroupContext;
|
|
17
|
+
},
|
|
18
|
+
AvatarGroupProvider: function() {
|
|
19
|
+
return _AvatarGroupContext.AvatarGroupProvider;
|
|
20
|
+
},
|
|
21
|
+
useAvatarContext: function() {
|
|
22
|
+
return _AvatarContext.useAvatarContext;
|
|
23
|
+
},
|
|
24
|
+
useAvatarGroupContext_unstable: function() {
|
|
25
|
+
return _AvatarGroupContext.useAvatarGroupContext_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _AvatarGroupContext = require("./AvatarGroupContext");
|
|
29
|
+
const _AvatarContext = require("./AvatarContext");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/contexts/index.ts"],"sourcesContent":["export { AvatarGroupContext, AvatarGroupProvider, useAvatarGroupContext_unstable } from './AvatarGroupContext';\nexport type { AvatarContextValue } from './AvatarContext';\nexport { AvatarContextProvider, useAvatarContext } from './AvatarContext';\n"],"names":["AvatarContextProvider","AvatarGroupContext","AvatarGroupProvider","useAvatarContext","useAvatarGroupContext_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAESA,qBAAqB;eAArBA,oCAAqB;;IAFrBC,kBAAkB;eAAlBA,sCAAkB;;IAAEC,mBAAmB;eAAnBA,uCAAmB;;IAEhBC,gBAAgB;eAAhBA,+BAAgB;;IAFEC,8BAA8B;eAA9BA,kDAA8B;;;oCAAQ;+BAEhC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-avatar",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.45",
|
|
4
4
|
"description": "React components for building Microsoft web experiences.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@fluentui/scripts-cypress": "*"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@fluentui/react-badge": "^9.2.
|
|
25
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
24
|
+
"@fluentui/react-badge": "^9.2.47",
|
|
25
|
+
"@fluentui/react-context-selector": "^9.1.70",
|
|
26
26
|
"@fluentui/react-icons": "^2.0.245",
|
|
27
|
-
"@fluentui/react-popover": "^9.9.
|
|
28
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
|
29
|
-
"@fluentui/react-tabster": "^9.23.
|
|
30
|
-
"@fluentui/react-theme": "^9.1.
|
|
31
|
-
"@fluentui/react-tooltip": "^9.
|
|
32
|
-
"@fluentui/react-utilities": "^9.18.
|
|
33
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
27
|
+
"@fluentui/react-popover": "^9.9.27",
|
|
28
|
+
"@fluentui/react-shared-contexts": "^9.21.1",
|
|
29
|
+
"@fluentui/react-tabster": "^9.23.1",
|
|
30
|
+
"@fluentui/react-theme": "^9.1.23",
|
|
31
|
+
"@fluentui/react-tooltip": "^9.5.1",
|
|
32
|
+
"@fluentui/react-utilities": "^9.18.18",
|
|
33
|
+
"@fluentui/react-jsx-runtime": "^9.0.47",
|
|
34
34
|
"@griffel/react": "^1.5.22",
|
|
35
35
|
"@swc/helpers": "^0.5.1"
|
|
36
36
|
},
|