@synerise/ds-avatar-group 1.2.3 → 1.2.5

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
+ ## [1.2.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-avatar-group@1.2.4...@synerise/ds-avatar-group@1.2.5) (2026-06-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-avatar-group
9
+
10
+ ## [1.2.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-avatar-group@1.2.3...@synerise/ds-avatar-group@1.2.4) (2026-06-11)
11
+
12
+ **Note:** Version bump only for package @synerise/ds-avatar-group
13
+
6
14
  ## [1.2.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-avatar-group@1.2.2...@synerise/ds-avatar-group@1.2.3) (2026-06-03)
7
15
 
8
16
  **Note:** Version bump only for package @synerise/ds-avatar-group
@@ -2,6 +2,6 @@ import { Size } from './AvatarGroup.types';
2
2
  export declare const Group: import('styled-components').StyledComponent<"div", any, {
3
3
  size?: Size;
4
4
  }, never>;
5
- export declare const MoreInfo: import('styled-components').StyledComponent<({ backgroundColor, backgroundColorHue, children, disabled, hasStatus, iconComponent, iconScale, tooltip, size, src, ...antdProps }: import('@synerise/ds-avatar').AvatarProps) => React.JSX.Element, any, {
5
+ export declare const MoreInfo: import('styled-components').StyledComponent<({ backgroundColor, backgroundColorHue, children, disabled, hasStatus, iconComponent, iconScale, tooltip, size, src, ...restProps }: import('@synerise/ds-avatar').AvatarProps) => React.JSX.Element, any, {
6
6
  onClick: () => void;
7
7
  }, never>;
@@ -11,7 +11,7 @@ const applyMarginLeft = (size) => {
11
11
  const Group = /* @__PURE__ */ styled.div.withConfig({
12
12
  displayName: "AvatarGroupstyles__Group",
13
13
  componentId: "sc-19wl6zd-0"
14
- })(["display:flex;flex-direction:row;align-items:center;justify-content:flex-start;&&{.ant-badge{transition:all 0.3s ease;", ";&:first-of-type{margin-left:0;}.ant-badge-dot{transition:all 0.3s ease;opacity:0;}.ant-avatar{pointer-events:none;box-shadow:0 0 0 2px ", ";}}&:hover{.ant-badge{margin-left:8px;&:first-of-type{margin-left:0;}.ant-badge-dot{opacity:1;}.ant-avatar{pointer-events:all;box-shadow:0 0 0 2px ", ";}}}}"], (props) => applyMarginLeft(props.size), (props) => `${props.theme.palette.white}FF`, (props) => `${props.theme.palette.white}00`);
14
+ })(["display:flex;flex-direction:row;align-items:center;justify-content:flex-start;&&{.ds-badge{transition:all 0.3s ease;", ";&:first-of-type{margin-left:0;}.ds-badge-dot{transition:all 0.3s ease;opacity:0;}.ant-avatar{pointer-events:none;box-shadow:0 0 0 2px ", ";}}&:hover{.ds-badge{margin-left:8px;&:first-of-type{margin-left:0;}.ds-badge-dot{opacity:1;}.ant-avatar{pointer-events:all;box-shadow:0 0 0 2px ", ";}}}}"], (props) => applyMarginLeft(props.size), (props) => `${props.theme.palette.white}FF`, (props) => `${props.theme.palette.white}00`);
15
15
  const MoreInfo = /* @__PURE__ */ styled(Avatar).withConfig({
16
16
  displayName: "AvatarGroupstyles__MoreInfo",
17
17
  componentId: "sc-19wl6zd-1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-avatar-group",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "AvatarGroup UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -41,14 +41,14 @@
41
41
  ],
42
42
  "types": "dist/index.d.ts",
43
43
  "dependencies": {
44
- "@synerise/ds-avatar": "^1.3.16",
45
- "@synerise/ds-badge": "^1.0.55",
46
- "@synerise/ds-button": "^1.5.31",
47
- "@synerise/ds-dropdown": "^1.3.14",
48
- "@synerise/ds-icon": "^1.18.2",
49
- "@synerise/ds-modal": "^1.5.2",
50
- "@synerise/ds-table": "^1.11.3",
51
- "@synerise/ds-tooltip": "^1.5.1"
44
+ "@synerise/ds-avatar": "^1.3.18",
45
+ "@synerise/ds-badge": "^1.0.57",
46
+ "@synerise/ds-button": "^1.5.33",
47
+ "@synerise/ds-dropdown": "^1.3.16",
48
+ "@synerise/ds-icon": "^1.18.4",
49
+ "@synerise/ds-modal": "^1.6.1",
50
+ "@synerise/ds-table": "^1.11.5",
51
+ "@synerise/ds-tooltip": "^1.5.3"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@synerise/ds-core": "*",
@@ -56,5 +56,5 @@
56
56
  "styled-components": "^5.3.3",
57
57
  "vitest": "4"
58
58
  },
59
- "gitHead": "5464a62f3d5e1620879a68832ef3f78096390b94"
59
+ "gitHead": "d8c64070f58f14e3fb1bfbcbf00d1e3b8fd51eb8"
60
60
  }