@synerise/ds-context-selector 0.21.1 → 0.21.3

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,22 @@
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.21.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.21.2...@synerise/ds-context-selector@0.21.3) (2024-03-20)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-context-selector
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.21.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.21.1...@synerise/ds-context-selector@0.21.2) (2024-03-18)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-context-selector
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.21.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-context-selector@0.21.0...@synerise/ds-context-selector@0.21.1) (2024-03-13)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-context-selector
@@ -290,8 +290,8 @@ var ContextSelectorDropdown = function ContextSelectorDropdown(_ref) {
290
290
  value: searchQuery,
291
291
  autofocus: !searchQuery || searchInputCanBeFocused,
292
292
  autofocusDelay: 50,
293
- handleInputRef: function handleInputRef(e) {
294
- return setSearchInputHandle(e);
293
+ handleInputRef: function handleInputRef(ref) {
294
+ return setSearchInputHandle(ref);
295
295
  },
296
296
  iconLeft: /*#__PURE__*/React.createElement(Icon, {
297
297
  component: /*#__PURE__*/React.createElement(SearchM, null),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-context-selector",
3
- "version": "0.21.1",
3
+ "version": "0.21.3",
4
4
  "description": "ContextSelector UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -27,24 +27,24 @@
27
27
  "test:watch": "npm run test -- --watchAll",
28
28
  "types": "tsc --noEmit"
29
29
  },
30
- "gitHead": "9514f42c75b73d93291886a1ea509e406d7bd773",
30
+ "gitHead": "2df913352aa96e8aed75894489afb3a4ee303370",
31
31
  "sideEffects": [
32
32
  "dist/style/*",
33
33
  "*.less"
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^0.19.3",
38
- "@synerise/ds-dropdown": "^0.17.99",
39
- "@synerise/ds-factors": "^0.22.1",
40
- "@synerise/ds-icon": "^0.60.3",
41
- "@synerise/ds-information-card": "^0.3.62",
42
- "@synerise/ds-menu": "^0.18.15",
43
- "@synerise/ds-result": "^0.6.47",
44
- "@synerise/ds-scrollbar": "^0.8.3",
45
- "@synerise/ds-skeleton": "^0.5.1",
46
- "@synerise/ds-tabs": "^0.13.98",
47
- "@synerise/ds-utils": "^0.25.0",
37
+ "@synerise/ds-button": "^0.19.4",
38
+ "@synerise/ds-dropdown": "^0.17.101",
39
+ "@synerise/ds-factors": "^0.22.3",
40
+ "@synerise/ds-icon": "^0.60.4",
41
+ "@synerise/ds-information-card": "^0.3.64",
42
+ "@synerise/ds-menu": "^0.18.16",
43
+ "@synerise/ds-result": "^0.6.48",
44
+ "@synerise/ds-scrollbar": "^0.9.0",
45
+ "@synerise/ds-skeleton": "^0.5.2",
46
+ "@synerise/ds-tabs": "^0.13.100",
47
+ "@synerise/ds-utils": "^0.26.0",
48
48
  "react-window": "1.8.5",
49
49
  "uuid": "^8.3.2"
50
50
  },