@synerise/ds-operators 0.11.7 → 0.12.0

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,17 @@
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.12.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.11.7...@synerise/ds-operators@0.12.0) (2024-08-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **storybook7:** condition stories ([50c3613](https://github.com/Synerise/synerise-design/commit/50c36138dfd1097fe3b1182047eded4bbea584e9))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.11.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-operators@0.11.6...@synerise/ds-operators@0.11.7) (2024-08-27)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-operators
@@ -159,6 +159,7 @@ var OperatorsDropdown = function OperatorsDropdown(_ref) {
159
159
  }
160
160
 
161
161
  return /*#__PURE__*/React.createElement(Dropdown.Wrapper, {
162
+ "data-testid": "ds-operators-dropdown-wrapper",
162
163
  style: {
163
164
  width: '300px',
164
165
  zIndex: 9999999
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-operators",
3
- "version": "0.11.7",
3
+ "version": "0.12.0",
4
4
  "description": "Operators UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,14 +33,14 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.21.6",
37
- "@synerise/ds-dropdown": "^0.18.10",
38
- "@synerise/ds-icon": "^0.65.1",
39
- "@synerise/ds-list-item": "^0.4.6",
40
- "@synerise/ds-result": "^0.7.0",
41
- "@synerise/ds-scrollbar": "^0.11.6",
42
- "@synerise/ds-tabs": "^0.15.3",
43
- "@synerise/ds-tooltip": "^0.14.36",
36
+ "@synerise/ds-button": "^0.21.7",
37
+ "@synerise/ds-dropdown": "^0.18.11",
38
+ "@synerise/ds-icon": "^0.65.2",
39
+ "@synerise/ds-list-item": "^0.4.7",
40
+ "@synerise/ds-result": "^0.7.1",
41
+ "@synerise/ds-scrollbar": "^0.11.7",
42
+ "@synerise/ds-tabs": "^0.15.4",
43
+ "@synerise/ds-tooltip": "^0.14.37",
44
44
  "@synerise/ds-utils": "^0.28.2",
45
45
  "react-intl": "3.12.0",
46
46
  "uuid": "^8.3.2"
@@ -50,5 +50,5 @@
50
50
  "react": ">=16.9.0 <= 17.0.2",
51
51
  "styled-components": "5.0.1"
52
52
  },
53
- "gitHead": "a035aeea499cea00e72e20e3790c0ffcad4fe956"
53
+ "gitHead": "d5df67eecdc1cbcb56def8c17d04b7d883876fbf"
54
54
  }