@synerise/ds-operators 0.10.50 → 0.10.52

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
+ ## [0.10.52](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.51...@synerise/ds-operators@0.10.52) (2024-01-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-operators
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.10.51](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.50...@synerise/ds-operators@0.10.51) (2024-01-15)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **filter:** fixed zindex issues ([71ce5bc](https://github.com/Synerise/synerise-design/commit/71ce5bcf25f2107fd1b43969d2c255e18c112b47))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.10.50](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.49...@synerise/ds-operators@0.10.50) (2023-12-13)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-operators
package/dist/Operators.js CHANGED
@@ -104,9 +104,7 @@ var Operators = function Operators(_ref) {
104
104
  texts: text
105
105
  })
106
106
  }, dropdownTrigger);
107
- return /*#__PURE__*/React.createElement("div", {
108
- "data-popup-container": true
109
- }, content);
107
+ return content;
110
108
  };
111
109
 
112
110
  export default Operators;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-operators",
3
- "version": "0.10.50",
3
+ "version": "0.10.52",
4
4
  "description": "Operators UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,15 +33,15 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.18.9",
37
- "@synerise/ds-dropdown": "^0.17.91",
38
- "@synerise/ds-icon": "^0.58.9",
39
- "@synerise/ds-menu": "^0.18.8",
40
- "@synerise/ds-result": "^0.6.40",
41
- "@synerise/ds-scrollbar": "^0.7.0",
42
- "@synerise/ds-tabs": "^0.13.89",
43
- "@synerise/ds-tooltip": "^0.14.13",
44
- "@synerise/ds-utils": "^0.24.23",
36
+ "@synerise/ds-button": "^0.18.11",
37
+ "@synerise/ds-dropdown": "^0.17.93",
38
+ "@synerise/ds-icon": "^0.59.1",
39
+ "@synerise/ds-menu": "^0.18.10",
40
+ "@synerise/ds-result": "^0.6.42",
41
+ "@synerise/ds-scrollbar": "^0.7.2",
42
+ "@synerise/ds-tabs": "^0.13.91",
43
+ "@synerise/ds-tooltip": "^0.14.15",
44
+ "@synerise/ds-utils": "^0.24.24",
45
45
  "react-intl": "3.12.0",
46
46
  "uuid": "^8.3.2"
47
47
  },
@@ -55,5 +55,5 @@
55
55
  "@testing-library/react": "10.0.1",
56
56
  "@testing-library/user-event": "^10.3.1"
57
57
  },
58
- "gitHead": "76edb4723a30c59f1a54f666f66fcd814de0af70"
58
+ "gitHead": "16918244eff3f4e37db24ae3d90687d4e6a233a4"
59
59
  }