@synerise/ds-table 0.44.17 → 0.44.18

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,25 +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
- ## [0.44.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.44.16...@synerise/ds-table@0.44.17) (2022-08-04)
7
-
8
- **Note:** Version bump only for package @synerise/ds-table
9
-
10
-
11
-
12
-
13
-
14
- ## [0.44.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.44.13...@synerise/ds-table@0.44.16) (2022-08-04)
15
-
16
- **Note:** Version bump only for package @synerise/ds-table
17
-
18
-
6
+ ## [0.44.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.44.13...@synerise/ds-table@0.44.14) (2022-07-28)
19
7
 
20
8
 
9
+ ### Bug Fixes
21
10
 
22
- ## [0.44.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-table@0.44.13...@synerise/ds-table@0.44.15) (2022-08-04)
23
-
24
- **Note:** Version bump only for package @synerise/ds-table
11
+ * **table:** add new stories of avatarLabel to show fixed cursor ([38014d6](https://github.com/synerise/synerise-design/commit/38014d6c29b92ce6f999d15221636f5b39df65f8))
25
12
 
26
13
 
27
14
 
@@ -2,14 +2,14 @@ import styled, { css } from 'styled-components';
2
2
  export var AvatarLabel = styled.div.withConfig({
3
3
  displayName: "AvatarLabelstyles__AvatarLabel",
4
4
  componentId: "sc-1485c9p-0"
5
- })(["display:inline-flex;align-items:center;justify-content:flex-start;cursor:", ";"], function (props) {
6
- return props.onClick !== undefined ? 'pointer' : 'default';
5
+ })(["display:inline-flex;align-items:center;justify-content:flex-start;", ";"], function (props) {
6
+ return props.onClick !== undefined ? 'cursor: pointer' : '';
7
7
  });
8
8
  export var Avatar = styled.div.withConfig({
9
9
  displayName: "AvatarLabelstyles__Avatar",
10
10
  componentId: "sc-1485c9p-1"
11
- })(["margin-right:16px;display:flex;align-items:center;justify-content:center;cursor:", ";"], function (props) {
12
- return props.clickable ? 'pointer' : 'default';
11
+ })(["margin-right:16px;display:flex;align-items:center;justify-content:center;", ";"], function (props) {
12
+ return props.clickable ? 'cursor: pointer' : '';
13
13
  });
14
14
  export var Description = styled.div.withConfig({
15
15
  displayName: "AvatarLabelstyles__Description",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-table",
3
- "version": "0.44.17",
3
+ "version": "0.44.18",
4
4
  "description": "Table UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -32,26 +32,26 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-alert": "^0.7.5",
36
- "@synerise/ds-button": "^0.17.5",
37
- "@synerise/ds-button-group": "^0.6.12",
38
- "@synerise/ds-checkbox": "^0.11.17",
39
- "@synerise/ds-column-manager": "^0.10.22",
40
- "@synerise/ds-dropdown": "^0.17.25",
41
- "@synerise/ds-flag": "^0.3.5",
42
- "@synerise/ds-icon": "^0.49.3",
43
- "@synerise/ds-input": "^0.18.14",
44
- "@synerise/ds-loader": "^0.2.18",
45
- "@synerise/ds-menu": "^0.15.4",
46
- "@synerise/ds-pagination": "^0.7.12",
47
- "@synerise/ds-search": "^0.8.10",
48
- "@synerise/ds-search-bar": "^0.6.4",
49
- "@synerise/ds-select": "^0.14.15",
50
- "@synerise/ds-skeleton": "^0.2.17",
51
- "@synerise/ds-status": "^0.5.25",
52
- "@synerise/ds-tags": "^0.6.25",
53
- "@synerise/ds-tooltip": "^0.11.13",
54
- "@synerise/ds-typography": "^0.12.5",
35
+ "@synerise/ds-alert": "^0.7.2",
36
+ "@synerise/ds-button": "^0.17.2",
37
+ "@synerise/ds-button-group": "^0.6.9",
38
+ "@synerise/ds-checkbox": "^0.11.14",
39
+ "@synerise/ds-column-manager": "^0.10.19",
40
+ "@synerise/ds-dropdown": "^0.17.22",
41
+ "@synerise/ds-flag": "^0.3.2",
42
+ "@synerise/ds-icon": "^0.49.0",
43
+ "@synerise/ds-input": "^0.18.11",
44
+ "@synerise/ds-loader": "^0.2.15",
45
+ "@synerise/ds-menu": "^0.15.1",
46
+ "@synerise/ds-pagination": "^0.7.9",
47
+ "@synerise/ds-search": "^0.8.7",
48
+ "@synerise/ds-search-bar": "^0.6.1",
49
+ "@synerise/ds-select": "^0.14.12",
50
+ "@synerise/ds-skeleton": "^0.2.14",
51
+ "@synerise/ds-status": "^0.5.22",
52
+ "@synerise/ds-tags": "^0.6.22",
53
+ "@synerise/ds-tooltip": "^0.11.10",
54
+ "@synerise/ds-typography": "^0.12.2",
55
55
  "@synerise/ds-utils": "^0.19.0",
56
56
  "@types/react-window": "^1.8.2",
57
57
  "classnames": "^2.2.6",
@@ -66,5 +66,5 @@
66
66
  "antd": "^4",
67
67
  "react": ">=16.9.0 < 17.0.0"
68
68
  },
69
- "gitHead": "28486eab4b37b485cbe2a383e3ae9b8e9d789862"
69
+ "gitHead": "1ff23a390382403be15699d1963ad8f6c26e5ba6"
70
70
  }