@synerise/ds-operators 0.13.4 → 0.13.6

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.13.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.13.5...@synerise/ds-operators@0.13.6) (2024-10-28)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-operators
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.13.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.13.4...@synerise/ds-operators@0.13.5) (2024-10-23)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-operators
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.13.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.13.3...@synerise/ds-operators@0.13.4) (2024-10-14)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-operators
@@ -156,7 +156,7 @@ var OperatorsDropdown = function OperatorsDropdown(_ref) {
156
156
  "data-testid": "ds-operators-dropdown-wrapper",
157
157
  style: {
158
158
  width: '300px',
159
- zIndex: 9999999
159
+ zIndex: 1005
160
160
  },
161
161
  ref: overlayRef,
162
162
  onKeyDown: function onKeyDown(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-operators",
3
- "version": "0.13.4",
3
+ "version": "0.13.6",
4
4
  "description": "Operators UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,15 +34,15 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^0.21.13",
38
- "@synerise/ds-dropdown": "^0.18.18",
39
- "@synerise/ds-icon": "^0.65.8",
40
- "@synerise/ds-list-item": "^0.4.13",
41
- "@synerise/ds-result": "^0.7.8",
42
- "@synerise/ds-scrollbar": "^0.11.13",
43
- "@synerise/ds-tabs": "^0.17.1",
44
- "@synerise/ds-tooltip": "^0.14.43",
45
- "@synerise/ds-utils": "^0.30.0",
37
+ "@synerise/ds-button": "^0.21.15",
38
+ "@synerise/ds-dropdown": "^0.18.20",
39
+ "@synerise/ds-icon": "^0.66.1",
40
+ "@synerise/ds-list-item": "^0.4.15",
41
+ "@synerise/ds-result": "^0.7.10",
42
+ "@synerise/ds-scrollbar": "^0.11.15",
43
+ "@synerise/ds-tabs": "^0.17.3",
44
+ "@synerise/ds-tooltip": "^0.14.45",
45
+ "@synerise/ds-utils": "^0.30.1",
46
46
  "react-intl": "3.12.0",
47
47
  "uuid": "^8.3.2"
48
48
  },
@@ -51,5 +51,5 @@
51
51
  "react": ">=16.9.0 <= 17.0.2",
52
52
  "styled-components": "5.0.1"
53
53
  },
54
- "gitHead": "39c906a3f4d8ec9442e5780c6e6a387584eabce1"
54
+ "gitHead": "fbadaa2299668c527b52ecc66d61fc2165528bff"
55
55
  }