@synerise/ds-table 1.1.2 → 1.1.4

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,25 @@
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.1.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.1.3...@synerise/ds-table@1.1.4) (2025-04-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **table:** fixes overflowing texts in AvatarLabelCell ([1279c4d](https://github.com/synerise/synerise-design/commit/1279c4d634821929e112bc2f6ec4cd8758a8b70c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.1.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.1.2...@synerise/ds-table@1.1.3) (2025-04-01)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-table
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.1.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.1.1...@synerise/ds-table@1.1.2) (2025-03-31)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-table
@@ -3,7 +3,7 @@ import { Text } from '@synerise/ds-typography';
3
3
  export var AvatarLabel = styled.div.withConfig({
4
4
  displayName: "AvatarLabelstyles__AvatarLabel",
5
5
  componentId: "sc-1485c9p-0"
6
- })(["display:inline-flex;min-width:0;align-items:center;justify-content:flex-start;", ";"], function (props) {
6
+ })(["display:inline-flex;min-width:0;align-items:center;justify-content:flex-start;max-width:100%;", ";"], function (props) {
7
7
  return props.onClick !== undefined ? 'cursor: pointer' : '';
8
8
  });
9
9
  export var Avatar = styled.div.withConfig({
@@ -15,7 +15,7 @@ export var Avatar = styled.div.withConfig({
15
15
  export var Description = styled.div.withConfig({
16
16
  displayName: "AvatarLabelstyles__Description",
17
17
  componentId: "sc-1485c9p-2"
18
- })(["display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;"]);
18
+ })(["display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center;max-width:100%;"]);
19
19
  export var AvatarLink = styled.a.withConfig({
20
20
  displayName: "AvatarLabelstyles__AvatarLink",
21
21
  componentId: "sc-1485c9p-3"
@@ -31,11 +31,7 @@ export var Title = styled(Text).withConfig({
31
31
  export var Labels = styled.span.withConfig({
32
32
  displayName: "AvatarLabelstyles__Labels",
33
33
  componentId: "sc-1485c9p-5"
34
- })(["font-size:13px;line-height:1.38;font-weight:400;color:", ";", ";color:", ";"], function (props) {
35
- return props.theme.palette['grey-700'];
36
- }, function (props) {
37
- return props.ellipsis && css(["text-overflow:ellipsis;overflow:hidden;max-width:", ";"], props.maxWidth ? props.maxWidth + "px" : '100%');
38
- }, function (props) {
34
+ })(["font-size:13px;line-height:1.38;font-weight:400;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;color:", ";"], function (props) {
39
35
  return props.theme.palette['grey-700'];
40
36
  });
41
37
  export var Label = styled.span.withConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-table",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Table UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -34,30 +34,30 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-alert": "^1.0.3",
38
- "@synerise/ds-badge": "^1.0.3",
39
- "@synerise/ds-button": "^1.1.2",
40
- "@synerise/ds-button-group": "^1.0.3",
41
- "@synerise/ds-checkbox": "^1.0.3",
42
- "@synerise/ds-column-manager": "^1.0.3",
37
+ "@synerise/ds-alert": "^1.0.4",
38
+ "@synerise/ds-badge": "^1.0.4",
39
+ "@synerise/ds-button": "^1.1.3",
40
+ "@synerise/ds-button-group": "^1.0.4",
41
+ "@synerise/ds-checkbox": "^1.0.4",
42
+ "@synerise/ds-column-manager": "^1.0.5",
43
43
  "@synerise/ds-data-format": "^1.0.0",
44
- "@synerise/ds-dropdown": "^1.0.3",
44
+ "@synerise/ds-dropdown": "^1.0.4",
45
45
  "@synerise/ds-flag": "^1.0.0",
46
- "@synerise/ds-icon": "^1.2.0",
47
- "@synerise/ds-input": "^1.0.3",
46
+ "@synerise/ds-icon": "^1.3.0",
47
+ "@synerise/ds-input": "^1.0.4",
48
48
  "@synerise/ds-loader": "^1.0.1",
49
- "@synerise/ds-menu": "^1.0.3",
50
- "@synerise/ds-modal": "^1.0.3",
51
- "@synerise/ds-pagination": "^1.0.3",
52
- "@synerise/ds-result": "^1.0.3",
53
- "@synerise/ds-scrollbar": "^1.0.3",
54
- "@synerise/ds-search": "^1.0.3",
55
- "@synerise/ds-select": "^1.0.3",
56
- "@synerise/ds-skeleton": "^1.0.3",
57
- "@synerise/ds-status": "^1.1.2",
58
- "@synerise/ds-tag": "^1.1.2",
59
- "@synerise/ds-tooltip": "^1.1.2",
60
- "@synerise/ds-typography": "^1.0.3",
49
+ "@synerise/ds-menu": "^1.0.4",
50
+ "@synerise/ds-modal": "^1.0.4",
51
+ "@synerise/ds-pagination": "^1.0.4",
52
+ "@synerise/ds-result": "^1.0.4",
53
+ "@synerise/ds-scrollbar": "^1.0.4",
54
+ "@synerise/ds-search": "^1.1.1",
55
+ "@synerise/ds-select": "^1.0.4",
56
+ "@synerise/ds-skeleton": "^1.0.4",
57
+ "@synerise/ds-status": "^1.1.3",
58
+ "@synerise/ds-tag": "^1.1.3",
59
+ "@synerise/ds-tooltip": "^1.1.3",
60
+ "@synerise/ds-typography": "^1.0.4",
61
61
  "@synerise/ds-utils": "^1.0.1",
62
62
  "@types/react-window": "^1.8.5",
63
63
  "classnames": "2.3.2",
@@ -77,5 +77,5 @@
77
77
  "react-intl": ">=3.12.0 <= 6.8",
78
78
  "styled-components": "^5.3.3"
79
79
  },
80
- "gitHead": "5438445467b16dbc0c2ca97d969ae0e09b74131b"
80
+ "gitHead": "dc78b03be09e793ec84f1dafc59c5616e77f1196"
81
81
  }