@synerise/ds-condition 0.22.10 → 0.22.12

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.22.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-condition@0.22.11...@synerise/ds-condition@0.22.12) (2024-04-17)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-condition
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.22.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-condition@0.22.10...@synerise/ds-condition@0.22.11) (2024-04-17)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-condition
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.22.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-condition@0.22.9...@synerise/ds-condition@0.22.10) (2024-04-15)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-condition
@@ -17,7 +17,7 @@ import { AddCondition } from './AddCondition';
17
17
  import { ConditionRow } from './ConditionRow';
18
18
  import { SUBJECT } from '../constants';
19
19
  export var ConditionStep = function ConditionStep(_ref) {
20
- var _step$subject2, _step$subject2$select, _step$context3, _step$context3$select;
20
+ var _step$subject2, _step$context3;
21
21
 
22
22
  var step = _ref.step,
23
23
  texts = _ref.texts,
@@ -189,7 +189,7 @@ export var ConditionStep = function ConditionStep(_ref) {
189
189
  active: step.id === currentStepId && currentField !== '',
190
190
  hoverDisabled: Boolean(currentStepId),
191
191
  showSuffix: showSuffix
192
- }, !updateStepName && /*#__PURE__*/React.createElement(S.DraggedLabel, null, ((_step$subject2 = step.subject) == null ? void 0 : (_step$subject2$select = _step$subject2.selectedItem) == null ? void 0 : _step$subject2$select.name) || ((_step$context3 = step.context) == null ? void 0 : (_step$context3$select = _step$context3.selectedItem) == null ? void 0 : _step$context3$select.name)), updateStepName && stepHeader, /*#__PURE__*/React.createElement(S.StepConditions, {
192
+ }, !updateStepName && /*#__PURE__*/React.createElement(S.DraggedLabel, null, ((_step$subject2 = step.subject) == null || (_step$subject2 = _step$subject2.selectedItem) == null ? void 0 : _step$subject2.name) || ((_step$context3 = step.context) == null || (_step$context3 = _step$context3.selectedItem) == null ? void 0 : _step$context3.name)), updateStepName && stepHeader, /*#__PURE__*/React.createElement(S.StepConditions, {
193
193
  withCruds: Boolean(!updateStepName && withCruds)
194
194
  }, draggableEnabled && !updateStepName && /*#__PURE__*/React.createElement(S.DragIcon, {
195
195
  className: "step-drag-handler",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-condition",
3
- "version": "0.22.10",
3
+ "version": "0.22.12",
4
4
  "description": "Condition UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,11 +34,11 @@
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
36
  "@synerise/ds-button": "^0.19.7",
37
- "@synerise/ds-context-selector": "^0.21.9",
37
+ "@synerise/ds-context-selector": "^0.21.11",
38
38
  "@synerise/ds-cruds": "^0.5.5",
39
- "@synerise/ds-factors": "^0.22.9",
39
+ "@synerise/ds-factors": "^0.22.11",
40
40
  "@synerise/ds-icon": "^0.60.7",
41
- "@synerise/ds-inline-edit": "^0.6.105",
41
+ "@synerise/ds-inline-edit": "^0.7.0",
42
42
  "@synerise/ds-input": "^0.20.6",
43
43
  "@synerise/ds-operators": "^0.10.66",
44
44
  "@synerise/ds-subject": "^0.9.92",
@@ -58,5 +58,5 @@
58
58
  "@testing-library/jest-dom": "5.1.1",
59
59
  "@testing-library/react": "10.0.1"
60
60
  },
61
- "gitHead": "fcc57aef73d1309a366e4c6e80ce4defdd9f20f8"
61
+ "gitHead": "2b3ed7503dacc36c207049a5a3e81bfe190de0be"
62
62
  }