@synerise/ds-table 1.8.3 → 1.8.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,12 @@
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.8.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.8.3...@synerise/ds-table@1.8.4) (2026-01-29)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **table:** overflow ellipsis ([9d2ad3c](https://github.com/synerise/synerise-design/commit/9d2ad3cd163aa77415eeb187538b7ba6099acc50))
11
+
6
12
  ## [1.8.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@1.8.2...@synerise/ds-table@1.8.3) (2026-01-22)
7
13
 
8
14
  **Note:** Version bump only for package @synerise/ds-table
@@ -1 +1,2 @@
1
+ export declare const CopyableValue: import("styled-components").StyledComponent<"div", any, {}, never>;
1
2
  export declare const Copyable: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,8 +1,12 @@
1
1
  import styled from 'styled-components';
2
2
  import { IconContainer } from '@synerise/ds-icon';
3
+ export var CopyableValue = styled.div.withConfig({
4
+ displayName: "Copyablestyles__CopyableValue",
5
+ componentId: "sc-bj73sz-0"
6
+ })(["overflow:hidden;white-space:nowrap;text-overflow:ellipsis;"]);
3
7
  export var Copyable = styled.div.withConfig({
4
8
  displayName: "Copyablestyles__Copyable",
5
- componentId: "sc-bj73sz-0"
9
+ componentId: "sc-bj73sz-1"
6
10
  })(["display:flex;align-items:center;justify-content:space-between;&:hover{color:", ";", "{opacity:1;visibility:visible;}}", "{opacity:0;visibility:hidden;svg{fill:", ";color:", ";}&:hover{svg{fill:", ";color:", ";}}}"], function (props) {
7
11
  return props.theme.palette['grey-800'];
8
12
  }, IconContainer, IconContainer, function (props) {
@@ -21,7 +21,7 @@ var CopyableCell = function CopyableCell(_ref) {
21
21
  return clearTimeout(timer);
22
22
  };
23
23
  }, [tooltipVisible, setTooltipVisible, tooltipTimeout]);
24
- return /*#__PURE__*/React.createElement(S.Copyable, htmlAttributes, /*#__PURE__*/React.createElement("span", null, value), /*#__PURE__*/React.createElement(CopyIcon, {
24
+ return /*#__PURE__*/React.createElement(S.Copyable, htmlAttributes, /*#__PURE__*/React.createElement(S.CopyableValue, null, value), /*#__PURE__*/React.createElement(CopyIcon, {
25
25
  copyValue: value,
26
26
  placement: "left",
27
27
  texts: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-table",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "Table UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -16,15 +16,15 @@
16
16
  "access": "public"
17
17
  },
18
18
  "scripts": {
19
- "build": "npm run build:js && npm run build:css && npm run defs",
19
+ "build": "pnpm run build:js && pnpm run build:css && pnpm run defs",
20
20
  "build:css": "node ../../../scripts/style/less.js",
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
- "build:watch": "npm run build:js -- --watch",
22
+ "build:watch": "pnpm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
24
  "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
25
- "prepublish": "npm run build",
25
+ "prepublish": "pnpm run build",
26
26
  "test": "jest",
27
- "test:watch": "npm run test -- --watchAll",
27
+ "test:watch": "pnpm run test -- --watchAll",
28
28
  "types": "tsc --noEmit",
29
29
  "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
30
30
  "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
@@ -35,33 +35,33 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-alert": "^1.1.32",
39
- "@synerise/ds-badge": "^1.0.31",
40
- "@synerise/ds-button": "^1.5.5",
41
- "@synerise/ds-button-group": "^1.1.30",
42
- "@synerise/ds-checkbox": "^1.2.7",
43
- "@synerise/ds-copy-icon": "^1.0.6",
44
- "@synerise/ds-dropdown": "^1.1.11",
45
- "@synerise/ds-flag": "^1.0.6",
46
- "@synerise/ds-icon": "^1.10.0",
47
- "@synerise/ds-input": "^1.5.7",
48
- "@synerise/ds-input-number": "^1.2.22",
49
- "@synerise/ds-list-item": "^1.3.2",
50
- "@synerise/ds-loader": "^1.0.11",
51
- "@synerise/ds-menu": "^1.4.0",
52
- "@synerise/ds-modal": "^1.2.23",
53
- "@synerise/ds-pagination": "^1.0.40",
54
- "@synerise/ds-result": "^1.0.36",
55
- "@synerise/ds-scrollbar": "^1.2.5",
56
- "@synerise/ds-search": "^1.4.2",
57
- "@synerise/ds-select": "^1.3.7",
58
- "@synerise/ds-skeleton": "^1.0.31",
59
- "@synerise/ds-status": "^1.3.5",
60
- "@synerise/ds-tag": "^1.4.5",
61
- "@synerise/ds-tags": "^1.5.12",
62
- "@synerise/ds-tooltip": "^1.3.5",
63
- "@synerise/ds-typography": "^1.1.0",
64
- "@synerise/ds-utils": "^1.5.3",
38
+ "@synerise/ds-alert": "^1.1.33",
39
+ "@synerise/ds-badge": "^1.0.32",
40
+ "@synerise/ds-button": "^1.5.6",
41
+ "@synerise/ds-button-group": "^1.1.31",
42
+ "@synerise/ds-checkbox": "^1.2.8",
43
+ "@synerise/ds-copy-icon": "^1.0.7",
44
+ "@synerise/ds-dropdown": "^1.1.12",
45
+ "@synerise/ds-flag": "^1.0.7",
46
+ "@synerise/ds-icon": "^1.10.1",
47
+ "@synerise/ds-input": "^1.5.8",
48
+ "@synerise/ds-input-number": "^1.2.23",
49
+ "@synerise/ds-list-item": "^1.3.3",
50
+ "@synerise/ds-loader": "^1.0.12",
51
+ "@synerise/ds-menu": "^1.4.1",
52
+ "@synerise/ds-modal": "^1.2.24",
53
+ "@synerise/ds-pagination": "^1.0.41",
54
+ "@synerise/ds-result": "^1.0.37",
55
+ "@synerise/ds-scrollbar": "^1.2.6",
56
+ "@synerise/ds-search": "^1.4.3",
57
+ "@synerise/ds-select": "^1.3.8",
58
+ "@synerise/ds-skeleton": "^1.0.32",
59
+ "@synerise/ds-status": "^1.3.6",
60
+ "@synerise/ds-tag": "^1.4.6",
61
+ "@synerise/ds-tags": "^1.5.13",
62
+ "@synerise/ds-tooltip": "^1.3.6",
63
+ "@synerise/ds-typography": "^1.1.1",
64
+ "@synerise/ds-utils": "^1.5.4",
65
65
  "@types/react-window": "^1.8.8",
66
66
  "classnames": "^2.5.1",
67
67
  "lodash": "^4.17.21",
@@ -84,5 +84,5 @@
84
84
  "react-intl": ">=3.12.0 <= 6.8",
85
85
  "styled-components": "^5.3.3"
86
86
  },
87
- "gitHead": "13055ac4f0b05cc3eb06021d51c93c8d32328053"
87
+ "gitHead": "e1a3b7417480ba1bbf0b68becf985dd2d5f5a924"
88
88
  }