@synerise/ds-factors 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-factors@0.22.11...@synerise/ds-factors@0.22.12) (2024-04-22)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-factors
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.22.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.10...@synerise/ds-factors@0.22.11) (2024-04-17)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-factors
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.22.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.22.9...@synerise/ds-factors@0.22.10) (2024-04-17)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-factors
@@ -95,7 +95,7 @@ var ParameterDropdown = function ParameterDropdown(_ref) {
95
95
  if (hasSubgroups && !activeGroup) {
96
96
  var _currentTabItems$subG;
97
97
 
98
- return currentTabItems == null ? void 0 : (_currentTabItems$subG = currentTabItems.subGroups) == null ? void 0 : _currentTabItems$subG.map(function (subGroup) {
98
+ return currentTabItems == null || (_currentTabItems$subG = currentTabItems.subGroups) == null ? void 0 : _currentTabItems$subG.map(function (subGroup) {
99
99
  return {
100
100
  className: classNames,
101
101
  item: subGroup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "0.22.10",
3
+ "version": "0.22.12",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -37,11 +37,11 @@
37
37
  "@synerise/ds-badge": "^0.6.56",
38
38
  "@synerise/ds-button": "^0.19.7",
39
39
  "@synerise/ds-date-picker": "^0.10.44",
40
- "@synerise/ds-date-range-picker": "^0.27.10",
40
+ "@synerise/ds-date-range-picker": "^0.27.12",
41
41
  "@synerise/ds-dropdown": "^0.17.105",
42
42
  "@synerise/ds-icon": "^0.60.7",
43
- "@synerise/ds-information-card": "^0.3.68",
44
- "@synerise/ds-inline-edit": "^0.6.105",
43
+ "@synerise/ds-information-card": "^0.3.69",
44
+ "@synerise/ds-inline-edit": "^0.7.0",
45
45
  "@synerise/ds-input": "^0.20.6",
46
46
  "@synerise/ds-input-number": "^0.9.12",
47
47
  "@synerise/ds-menu": "^0.18.20",
@@ -67,5 +67,5 @@
67
67
  "@testing-library/react": "10.0.1",
68
68
  "@testing-library/user-event": "^10.3.1"
69
69
  },
70
- "gitHead": "9ac88a61f9511ed9862372e63079aab27bb7511b"
70
+ "gitHead": "52db796f56522058d6b6a8f4a1226ffbf2011269"
71
71
  }