@synerise/ds-factors 0.15.1 → 0.15.2

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
+ ## [0.15.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.1...@synerise/ds-factors@0.15.2) (2022-09-27)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-factors
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.15.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.0...@synerise/ds-factors@0.15.1) (2022-09-21)
7
15
 
8
16
 
@@ -111,6 +111,7 @@ var ParameterInput = function ParameterInput(_ref) {
111
111
  },
112
112
  renderHoverTooltip: parameter ? function () {
113
113
  return /*#__PURE__*/React.createElement(InformationCard, {
114
+ iconColor: "grey",
114
115
  icon: parameterIcon,
115
116
  subtitle: parameterName,
116
117
  title: parameterName.replace('_', ' '),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -56,5 +56,5 @@
56
56
  "@synerise/ds-core": "*",
57
57
  "react": ">=16.9.0 < 17.0.0"
58
58
  },
59
- "gitHead": "1f88bb29b929f0e7108cecc31a7768a1a95af461"
59
+ "gitHead": "0c2453a26567f2e73744470f9e246c53a5d80a98"
60
60
  }