@synerise/ds-context-selector 0.14.1 → 0.14.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,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.14.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.14.1...@synerise/ds-context-selector@0.14.2) (2022-09-28)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **avatar:** remove unnecessary icon type check ([3aee1c2](https://github.com/Synerise/synerise-design/commit/3aee1c2b3157ea2c68d8de24d69f444beb3573db))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [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
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-context-selector
@@ -100,7 +100,6 @@ var ContextSelector = function ContextSelector(_ref) {
100
100
  },
101
101
  renderHoverTooltip: selectedItem ? function () {
102
102
  return /*#__PURE__*/React.createElement(InformationCard, {
103
- iconColor: "grey",
104
103
  icon: selectedItem.icon,
105
104
  subtitle: selectedItem.name,
106
105
  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.1",
3
+ "version": "0.14.2",
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": "0c2453a26567f2e73744470f9e246c53a5d80a98",
29
+ "gitHead": "07b8ee9d3f238ab4a03d04380ab9011620b55ec1",
30
30
  "sideEffects": [
31
31
  "dist/style/*",
32
32
  "*.less"
@@ -34,13 +34,13 @@
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
36
  "@synerise/ds-button": "^0.17.9",
37
- "@synerise/ds-dropdown": "^0.17.37",
37
+ "@synerise/ds-dropdown": "^0.17.38",
38
38
  "@synerise/ds-icon": "^0.51.0",
39
- "@synerise/ds-information-card": "^0.1.22",
39
+ "@synerise/ds-information-card": "^0.1.23",
40
40
  "@synerise/ds-menu": "^0.16.0",
41
41
  "@synerise/ds-result": "^0.6.16",
42
42
  "@synerise/ds-scrollbar": "^0.5.2",
43
- "@synerise/ds-tabs": "^0.13.32",
43
+ "@synerise/ds-tabs": "^0.13.33",
44
44
  "@synerise/ds-utils": "^0.19.0",
45
45
  "classnames": "^2.2.6",
46
46
  "react-window": "1.8.5"