@synerise/ds-operators 1.1.0 → 1.1.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 +11 -0
- package/dist/Operators.js +2 -1
- package/package.json +4 -4
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
|
+
## [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)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **date-picker:** dropdown state ([e16e4ce](https://github.com/Synerise/synerise-design/commit/e16e4ce8374c374512d0dc59a2361000ab89c8b9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [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
18
|
|
|
8
19
|
|
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.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Operators UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"types": "dist/index.d.ts",
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@synerise/ds-button": "^1.5.0",
|
|
39
|
-
"@synerise/ds-dropdown": "^1.1.
|
|
39
|
+
"@synerise/ds-dropdown": "^1.1.1",
|
|
40
40
|
"@synerise/ds-icon": "^1.8.0",
|
|
41
41
|
"@synerise/ds-list-item": "^1.2.0",
|
|
42
42
|
"@synerise/ds-result": "^1.0.30",
|
|
43
43
|
"@synerise/ds-scrollbar": "^1.2.0",
|
|
44
|
-
"@synerise/ds-tabs": "^1.1.
|
|
44
|
+
"@synerise/ds-tabs": "^1.1.1",
|
|
45
45
|
"@synerise/ds-tooltip": "^1.3.0",
|
|
46
46
|
"@synerise/ds-utils": "^1.5.0",
|
|
47
47
|
"uuid": "^8.3.2"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"react-intl": ">=3.12.0 <= 6.8",
|
|
53
53
|
"styled-components": "^5.3.3"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "085189e79075b23a8fb86ce9b7d930f6ac7b3d23"
|
|
56
56
|
}
|