@synerise/ds-search-bar 1.3.15 → 1.3.17

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,25 @@
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
+ ## [1.3.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-search-bar@1.3.16...@synerise/ds-search-bar@1.3.17) (2025-10-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **tags:** adjust tags to table requirements ([fe1aa4d](https://github.com/Synerise/synerise-design/commit/fe1aa4d00f8ad95fb191f866b548af72863a8963))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.3.16](https://github.com/Synerise/synerise-design/compare/@synerise/ds-search-bar@1.3.15...@synerise/ds-search-bar@1.3.16) (2025-10-10)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-search-bar
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.3.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-search-bar@1.3.14...@synerise/ds-search-bar@1.3.15) (2025-10-03)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-search-bar
package/dist/SearchBar.js CHANGED
@@ -100,7 +100,7 @@ var SearchBar = function SearchBar(_ref) {
100
100
  onSearchChange(event.currentTarget.value);
101
101
  },
102
102
  onFocus: function onFocus() {
103
- return setFocus(true);
103
+ setFocus(true);
104
104
  },
105
105
  onBlur: function onBlur() {
106
106
  return setFocus(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-search-bar",
3
- "version": "1.3.15",
3
+ "version": "1.3.17",
4
4
  "description": "SearchBar UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,10 +35,10 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-icon": "^1.7.2",
39
- "@synerise/ds-input": "^1.3.13",
40
- "@synerise/ds-tooltip": "^1.2.0",
41
- "@synerise/ds-utils": "^1.4.2",
38
+ "@synerise/ds-icon": "^1.7.3",
39
+ "@synerise/ds-input": "^1.4.0",
40
+ "@synerise/ds-tooltip": "^1.2.1",
41
+ "@synerise/ds-utils": "^1.5.0",
42
42
  "classnames": "^2.5.1"
43
43
  },
44
44
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "react-intl": ">=3.12.0 <= 6.8",
48
48
  "styled-components": "^5.3.3"
49
49
  },
50
- "gitHead": "1f909e1fc4174f1c05c148338e64652a893ef926"
50
+ "gitHead": "dff7f973bc9fb59e3eb88c658add8b6eb5a1b792"
51
51
  }