@synerise/ds-avatar-group 0.6.168 → 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 CHANGED
@@ -3,6 +3,14 @@
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
+
6
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)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-avatar-group
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { AvatarGroupProps } from './AvatarGroup.types';
3
3
  declare const AvatarGroup: React.FC<AvatarGroupProps>;
4
4
  export default AvatarGroup;
@@ -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 * as React from 'react';
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 * as React from 'react';
3
+ import React from 'react';
4
4
  export type Size = 'small' | 'medium' | 'large' | undefined;
5
5
  export type DataSource = BadgeProps & {
6
6
  initials: string;
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  import { GroupModalProps } from './GroupModal.types';
3
3
  declare const GroupModal: React.FC<GroupModalProps>;
4
4
  export default GroupModal;
@@ -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 * as React from 'react';
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.168",
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.10",
37
- "@synerise/ds-badge": "^0.8.9",
38
- "@synerise/ds-button": "^0.21.10",
39
- "@synerise/ds-dropdown": "^0.18.14",
40
- "@synerise/ds-icon": "^0.65.5",
41
- "@synerise/ds-modal": "^0.17.41",
42
- "@synerise/ds-table": "^0.56.8",
43
- "@synerise/ds-tooltip": "^0.14.40",
44
- "@synerise/ds-utils": "^0.29.2"
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": "6f3231e4a9e0720ffee61b748488cecd590da6e6"
51
+ "gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
52
52
  }