@synerise/ds-operators 0.10.18 → 0.10.20

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.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.19...@synerise/ds-operators@0.10.20) (2023-05-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **operators:** hides tabs if single group is available ([85a14e0](https://github.com/Synerise/synerise-design/commit/85a14e030413a90f6d2bf92c27562e6d6f1a2a65))
12
+
13
+
14
+
15
+
16
+
17
+ ## [0.10.19](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.18...@synerise/ds-operators@0.10.19) (2023-04-26)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-operators
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.10.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.10.17...@synerise/ds-operators@0.10.18) (2023-04-19)
7
26
 
8
27
  **Note:** Version bump only for package @synerise/ds-operators
@@ -176,7 +176,7 @@ var OperatorsDropdown = function OperatorsDropdown(_ref) {
176
176
  component: /*#__PURE__*/React.createElement(SearchM, null),
177
177
  color: theme.palette['grey-600']
178
178
  })
179
- }), searchQuery === '' && /*#__PURE__*/React.createElement(S.TabsWrapper, null, /*#__PURE__*/React.createElement(Tabs, {
179
+ }), searchQuery === '' && getTabs.length > 1 && /*#__PURE__*/React.createElement(S.TabsWrapper, null, /*#__PURE__*/React.createElement(Tabs, {
180
180
  block: true,
181
181
  tabs: getTabs,
182
182
  activeTab: activeTab,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-operators",
3
- "version": "0.10.18",
3
+ "version": "0.10.20",
4
4
  "description": "Operators UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,18 +32,18 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-button": "^0.17.13",
36
- "@synerise/ds-dropdown": "^0.17.62",
37
- "@synerise/ds-icon": "^0.55.0",
38
- "@synerise/ds-menu": "^0.17.6",
39
- "@synerise/ds-result": "^0.6.20",
40
- "@synerise/ds-scrollbar": "^0.6.1",
41
- "@synerise/ds-tabs": "^0.13.58",
35
+ "@synerise/ds-button": "^0.17.14",
36
+ "@synerise/ds-dropdown": "^0.17.63",
37
+ "@synerise/ds-icon": "^0.56.0",
38
+ "@synerise/ds-menu": "^0.17.7",
39
+ "@synerise/ds-result": "^0.6.21",
40
+ "@synerise/ds-scrollbar": "^0.6.2",
41
+ "@synerise/ds-tabs": "^0.13.59",
42
42
  "@synerise/ds-utils": "^0.19.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@synerise/ds-core": "*",
46
46
  "react": ">=16.9.0 < 17.0.0"
47
47
  },
48
- "gitHead": "3b8c3b1437ecbdda775a790ac3c27d6b1b6cbf26"
48
+ "gitHead": "71daf94c4b480a9b8f675537a7894ad5d7db4ff9"
49
49
  }