@synerise/ds-factors 0.22.6 → 0.22.7

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,17 @@
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.22.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.6...@synerise/ds-factors@0.22.7) (2024-04-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **factors:** do not display empty icon wrapper in Parameter ([f528d53](https://github.com/Synerise/synerise-design/commit/f528d53c0dfa28b1ce2f0f7841ffa90d56cfbfc7))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.22.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.5...@synerise/ds-factors@0.22.6) (2024-04-03)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-factors
@@ -100,7 +100,7 @@ var ParameterInput = function ParameterInput(_ref) {
100
100
  mode: triggerMode,
101
101
  onClick: !readOnly ? handleOnClick : undefined,
102
102
  readOnly: readOnly
103
- }, /*#__PURE__*/React.createElement(Icon, {
103
+ }, parameterIcon && /*#__PURE__*/React.createElement(Icon, {
104
104
  component: parameterIcon
105
105
  }), /*#__PURE__*/React.createElement(Value, null, parameterName), !readOnly && /*#__PURE__*/React.createElement(Icon, {
106
106
  component: /*#__PURE__*/React.createElement(AngleDownS, null)
@@ -27,4 +27,4 @@ export var SearchResultHighlight = styled.span.withConfig({
27
27
  export var Value = styled.span.withConfig({
28
28
  displayName: "Parameterstyle__Value",
29
29
  componentId: "u2uvgh-5"
30
- })(["max-width:100px;text-overflow:ellipsis;overflow:hidden;"]);
30
+ })(["max-width:110px;text-overflow:ellipsis;overflow:hidden;"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "0.22.6",
3
+ "version": "0.22.7",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,24 +33,24 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-autocomplete": "^0.7.4",
36
+ "@synerise/ds-autocomplete": "^0.7.5",
37
37
  "@synerise/ds-badge": "^0.6.55",
38
38
  "@synerise/ds-button": "^0.19.6",
39
- "@synerise/ds-date-picker": "^0.10.42",
40
- "@synerise/ds-date-range-picker": "^0.27.6",
41
- "@synerise/ds-dropdown": "^0.17.103",
39
+ "@synerise/ds-date-picker": "^0.10.43",
40
+ "@synerise/ds-date-range-picker": "^0.27.7",
41
+ "@synerise/ds-dropdown": "^0.17.104",
42
42
  "@synerise/ds-icon": "^0.60.6",
43
- "@synerise/ds-information-card": "^0.3.66",
44
- "@synerise/ds-inline-edit": "^0.6.103",
45
- "@synerise/ds-input": "^0.20.4",
46
- "@synerise/ds-input-number": "^0.9.10",
47
- "@synerise/ds-menu": "^0.18.18",
43
+ "@synerise/ds-information-card": "^0.3.67",
44
+ "@synerise/ds-inline-edit": "^0.6.104",
45
+ "@synerise/ds-input": "^0.20.5",
46
+ "@synerise/ds-input-number": "^0.9.11",
47
+ "@synerise/ds-menu": "^0.18.19",
48
48
  "@synerise/ds-modal": "^0.17.24",
49
49
  "@synerise/ds-result": "^0.6.50",
50
50
  "@synerise/ds-scrollbar": "^0.10.1",
51
51
  "@synerise/ds-skeleton": "^0.5.4",
52
- "@synerise/ds-tabs": "^0.13.103",
53
- "@synerise/ds-tooltip": "^0.14.23",
52
+ "@synerise/ds-tabs": "^0.13.104",
53
+ "@synerise/ds-tooltip": "^0.14.24",
54
54
  "@synerise/ds-utils": "^0.26.2",
55
55
  "lodash": "^4.17.19",
56
56
  "react-intl": "3.12.0",
@@ -67,5 +67,5 @@
67
67
  "@testing-library/react": "10.0.1",
68
68
  "@testing-library/user-event": "^10.3.1"
69
69
  },
70
- "gitHead": "7506652551b234c2e30e3bb492d56ab822bdb5a1"
70
+ "gitHead": "84c9ff34c60369cc819ab1d4307373fafaf06462"
71
71
  }