@synerise/ds-avatar-group 0.6.167 → 0.6.169
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 +16 -0
- package/dist/AvatarGroup.d.ts +1 -1
- package/dist/AvatarGroup.js +1 -1
- package/dist/AvatarGroup.types.d.ts +1 -1
- package/dist/Modal/GroupModal.d.ts +1 -1
- package/dist/Modal/GroupModal.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.6.169](https://github.com/Synerise/synerise-design/compare/@synerise/ds-avatar-group@0.6.168...@synerise/ds-avatar-group@0.6.169) (2024-09-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-avatar-group
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.6.168](https://github.com/Synerise/synerise-design/compare/@synerise/ds-avatar-group@0.6.167...@synerise/ds-avatar-group@0.6.168) (2024-09-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-avatar-group
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.6.167](https://github.com/Synerise/synerise-design/compare/@synerise/ds-avatar-group@0.6.166...@synerise/ds-avatar-group@0.6.167) (2024-09-11)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @synerise/ds-avatar-group
|
package/dist/AvatarGroup.d.ts
CHANGED
package/dist/AvatarGroup.js
CHANGED
|
@@ -6,7 +6,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
6
6
|
|
|
7
7
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8
8
|
|
|
9
|
-
import
|
|
9
|
+
import React from 'react';
|
|
10
10
|
import Tooltip from '@synerise/ds-tooltip/dist/Tooltip';
|
|
11
11
|
import Badge from '@synerise/ds-badge';
|
|
12
12
|
import Avatar from '@synerise/ds-avatar';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BadgeProps } from '@synerise/ds-badge/dist/Badge.types';
|
|
2
2
|
import { AvatarProps } from '@synerise/ds-avatar/dist/Avatar.types';
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
export type Size = 'small' | 'medium' | 'large' | undefined;
|
|
5
5
|
export type DataSource = BadgeProps & {
|
|
6
6
|
initials: string;
|
package/dist/Modal/GroupModal.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
|
|
3
|
-
import
|
|
3
|
+
import React from 'react';
|
|
4
4
|
import ModalProxy from '@synerise/ds-modal';
|
|
5
5
|
import { VirtualTable, TableCell } from '@synerise/ds-table';
|
|
6
6
|
import Avatar from '@synerise/ds-avatar';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-avatar-group",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.169",
|
|
4
4
|
"description": "AvatarGroup UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -33,20 +33,20 @@
|
|
|
33
33
|
],
|
|
34
34
|
"types": "dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@synerise/ds-avatar": "^0.17.
|
|
37
|
-
"@synerise/ds-badge": "^0.8.
|
|
38
|
-
"@synerise/ds-button": "^0.21.
|
|
39
|
-
"@synerise/ds-dropdown": "^0.18.
|
|
40
|
-
"@synerise/ds-icon": "^0.65.
|
|
41
|
-
"@synerise/ds-modal": "^0.17.
|
|
42
|
-
"@synerise/ds-table": "^0.
|
|
43
|
-
"@synerise/ds-tooltip": "^0.14.
|
|
44
|
-
"@synerise/ds-utils": "^0.29.
|
|
36
|
+
"@synerise/ds-avatar": "^0.17.11",
|
|
37
|
+
"@synerise/ds-badge": "^0.8.10",
|
|
38
|
+
"@synerise/ds-button": "^0.21.11",
|
|
39
|
+
"@synerise/ds-dropdown": "^0.18.15",
|
|
40
|
+
"@synerise/ds-icon": "^0.65.6",
|
|
41
|
+
"@synerise/ds-modal": "^0.17.42",
|
|
42
|
+
"@synerise/ds-table": "^0.57.0",
|
|
43
|
+
"@synerise/ds-tooltip": "^0.14.41",
|
|
44
|
+
"@synerise/ds-utils": "^0.29.3"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@synerise/ds-core": "*",
|
|
48
48
|
"react": ">=16.9.0 <= 17.0.2",
|
|
49
49
|
"styled-components": "5.0.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
|
|
52
52
|
}
|