@synerise/ds-operators 0.12.2 → 0.13.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 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.13.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.13.0...@synerise/ds-operators@0.13.1) (2024-09-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-operators
9
+
10
+
11
+
12
+
13
+
14
+ # [0.13.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.12.2...@synerise/ds-operators@0.13.0) (2024-09-13)
15
+
16
+
17
+ ### Features
18
+
19
+ * **tabs:** add tooltip prop ([798cd81](https://github.com/Synerise/synerise-design/commit/798cd819be1b2bd55883302da4cb1290278d1919))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.12.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.12.1...@synerise/ds-operators@0.12.2) (2024-09-11)
7
26
 
8
27
 
@@ -143,7 +143,8 @@ var OperatorsDropdown = function OperatorsDropdown(_ref) {
143
143
  var getTabs = useMemo(function () {
144
144
  return (groups == null ? void 0 : groups.map(function (group) {
145
145
  return {
146
- icon: group.icon
146
+ icon: group.icon,
147
+ tooltip: group.tooltip
147
148
  };
148
149
  })) || [];
149
150
  }, [groups]);
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
1
+ import React from 'react';
2
2
  export declare const OPERATORS_TEXTS: {
3
3
  buttonLabel: string;
4
4
  searchPlaceholder: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-operators",
3
- "version": "0.12.2",
3
+ "version": "0.13.1",
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.21.9",
37
- "@synerise/ds-dropdown": "^0.18.13",
38
- "@synerise/ds-icon": "^0.65.4",
39
- "@synerise/ds-list-item": "^0.4.9",
40
- "@synerise/ds-result": "^0.7.3",
41
- "@synerise/ds-scrollbar": "^0.11.9",
42
- "@synerise/ds-tabs": "^0.15.6",
43
- "@synerise/ds-tooltip": "^0.14.39",
44
- "@synerise/ds-utils": "^0.29.1",
36
+ "@synerise/ds-button": "^0.21.11",
37
+ "@synerise/ds-dropdown": "^0.18.15",
38
+ "@synerise/ds-icon": "^0.65.6",
39
+ "@synerise/ds-list-item": "^0.4.11",
40
+ "@synerise/ds-result": "^0.7.5",
41
+ "@synerise/ds-scrollbar": "^0.11.11",
42
+ "@synerise/ds-tabs": "^0.16.1",
43
+ "@synerise/ds-tooltip": "^0.14.41",
44
+ "@synerise/ds-utils": "^0.29.3",
45
45
  "react-intl": "3.12.0",
46
46
  "uuid": "^8.3.2"
47
47
  },
@@ -50,5 +50,5 @@
50
50
  "react": ">=16.9.0 <= 17.0.2",
51
51
  "styled-components": "5.0.1"
52
52
  },
53
- "gitHead": "fcf3fa64e906cf9fefb37a61ee28218c8eed9b73"
53
+ "gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
54
54
  }