@synerise/ds-context-selector 0.14.0 → 0.14.1

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.14.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.14.0...@synerise/ds-context-selector@0.14.1) (2022-09-27)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-context-selector
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.14.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.13.0...@synerise/ds-context-selector@0.14.0) (2022-09-26)
7
15
 
8
16
 
@@ -100,6 +100,7 @@ var ContextSelector = function ContextSelector(_ref) {
100
100
  },
101
101
  renderHoverTooltip: selectedItem ? function () {
102
102
  return /*#__PURE__*/React.createElement(InformationCard, {
103
+ iconColor: "grey",
103
104
  icon: selectedItem.icon,
104
105
  subtitle: selectedItem.name,
105
106
  title: selectedItem.name.replace('_', ' '),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-context-selector",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "ContextSelector UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -26,7 +26,7 @@
26
26
  "test:watch": "npm run test -- --watchAll",
27
27
  "types": "tsc --noEmit"
28
28
  },
29
- "gitHead": "c952524bf8a0690fff0bb6b1ef6d13bc3c2ce820",
29
+ "gitHead": "0c2453a26567f2e73744470f9e246c53a5d80a98",
30
30
  "sideEffects": [
31
31
  "dist/style/*",
32
32
  "*.less"