@synerise/ds-operators 1.1.0 → 1.1.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,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.1.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@1.1.1...@synerise/ds-operators@1.1.2) (2025-11-28)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-operators
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.1.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@1.1.0...@synerise/ds-operators@1.1.1) (2025-11-13)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **date-picker:** dropdown state ([e16e4ce](https://github.com/Synerise/synerise-design/commit/e16e4ce8374c374512d0dc59a2361000ab89c8b9))
20
+
21
+
22
+
23
+
24
+
6
25
  # [1.1.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@1.0.38...@synerise/ds-operators@1.1.0) (2025-11-06)
7
26
 
8
27
 
package/dist/Operators.js CHANGED
@@ -107,7 +107,8 @@ var Operators = function Operators(_ref) {
107
107
  size: "medium",
108
108
  onDismiss: onDeactivate,
109
109
  popoverProps: {
110
- testId: 'operators'
110
+ testId: 'operators',
111
+ returnFocus: false
111
112
  },
112
113
  overlay: /*#__PURE__*/React.createElement(OperatorsDropdown, {
113
114
  value: value,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-operators",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Operators UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,14 +35,14 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-button": "^1.5.0",
39
- "@synerise/ds-dropdown": "^1.1.0",
40
- "@synerise/ds-icon": "^1.8.0",
41
- "@synerise/ds-list-item": "^1.2.0",
42
- "@synerise/ds-result": "^1.0.30",
43
- "@synerise/ds-scrollbar": "^1.2.0",
44
- "@synerise/ds-tabs": "^1.1.0",
45
- "@synerise/ds-tooltip": "^1.3.0",
38
+ "@synerise/ds-button": "^1.5.1",
39
+ "@synerise/ds-dropdown": "^1.1.2",
40
+ "@synerise/ds-icon": "^1.9.0",
41
+ "@synerise/ds-list-item": "^1.2.1",
42
+ "@synerise/ds-result": "^1.0.31",
43
+ "@synerise/ds-scrollbar": "^1.2.1",
44
+ "@synerise/ds-tabs": "^1.1.2",
45
+ "@synerise/ds-tooltip": "^1.3.1",
46
46
  "@synerise/ds-utils": "^1.5.0",
47
47
  "uuid": "^8.3.2"
48
48
  },
@@ -52,5 +52,5 @@
52
52
  "react-intl": ">=3.12.0 <= 6.8",
53
53
  "styled-components": "^5.3.3"
54
54
  },
55
- "gitHead": "cbbb7d9f155735bcc4035d8fd8a7813878d6e051"
55
+ "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
56
56
  }