@synerise/ds-operators 0.10.66 → 0.10.68

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.10.68](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.67...@synerise/ds-operators@0.10.68) (2024-04-29)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-operators
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.10.67](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.66...@synerise/ds-operators@0.10.67) (2024-04-25)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-operators
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.10.66](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.65...@synerise/ds-operators@0.10.66) (2024-04-15)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-operators
@@ -118,7 +118,7 @@ var OperatorsDropdown = function OperatorsDropdown(_ref) {
118
118
  if (hasSubgroups && !activeGroup) {
119
119
  var _currentTabItems$subG;
120
120
 
121
- return currentTabItems == null ? void 0 : (_currentTabItems$subG = currentTabItems.subGroups) == null ? void 0 : _currentTabItems$subG.map(function (subGroup) {
121
+ return currentTabItems == null || (_currentTabItems$subG = currentTabItems.subGroups) == null ? void 0 : _currentTabItems$subG.map(function (subGroup) {
122
122
  return /*#__PURE__*/React.createElement(OperatorsDropdownItem, {
123
123
  className: classNames,
124
124
  key: subGroup.name + subGroup.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-operators",
3
- "version": "0.10.66",
3
+ "version": "0.10.68",
4
4
  "description": "Operators UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,12 +34,12 @@
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
36
  "@synerise/ds-button": "^0.19.7",
37
- "@synerise/ds-dropdown": "^0.17.105",
37
+ "@synerise/ds-dropdown": "^0.17.106",
38
38
  "@synerise/ds-icon": "^0.60.7",
39
39
  "@synerise/ds-menu": "^0.18.20",
40
- "@synerise/ds-result": "^0.6.51",
40
+ "@synerise/ds-result": "^0.6.52",
41
41
  "@synerise/ds-scrollbar": "^0.10.2",
42
- "@synerise/ds-tabs": "^0.13.105",
42
+ "@synerise/ds-tabs": "^0.13.107",
43
43
  "@synerise/ds-tooltip": "^0.14.25",
44
44
  "@synerise/ds-utils": "^0.26.3",
45
45
  "react-intl": "3.12.0",
@@ -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": "fcc57aef73d1309a366e4c6e80ce4defdd9f20f8"
58
+ "gitHead": "6f0dc42ae79cea009e60fdb1f91ef72dcc82998e"
59
59
  }