@synerise/ds-factors 0.21.0 → 0.21.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,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.21.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.21.0...@synerise/ds-factors@0.21.1) (2024-01-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **date-range-picker:** added texts over translations ([7131f8c](https://github.com/Synerise/synerise-design/commit/7131f8c5c923527544fb54b5bb9eb15585bec442))
12
+
13
+
14
+
15
+
16
+
6
17
  # [0.21.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.20.18...@synerise/ds-factors@0.21.0) (2024-01-24)
7
18
 
8
19
 
@@ -116,9 +116,11 @@ var ParameterInput = function ParameterInput(_ref) {
116
116
  getPopupContainer: getPopupContainerOverride || getPopupContainer
117
117
  },
118
118
  renderHoverTooltip: parameter != null && parameter.name ? function () {
119
+ var _parameter$id;
120
+
119
121
  return /*#__PURE__*/React.createElement(InformationCard, {
120
122
  icon: parameterIcon,
121
- subtitle: parameter.id.toString(),
123
+ subtitle: (_parameter$id = parameter.id) == null ? void 0 : _parameter$id.toString(),
122
124
  title: parameterName,
123
125
  descriptionConfig: parameter.description ? {
124
126
  value: parameter.description,
@@ -42,7 +42,7 @@ export type SelectedFactorType = {
42
42
  input: React.ElementType;
43
43
  };
44
44
  export type FactorsTexts = {
45
- dateRangePicker: DateRangeTexts;
45
+ dateRangePicker: Partial<DateRangeTexts>;
46
46
  datePicker: {
47
47
  apply: string;
48
48
  clearTooltip: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -37,10 +37,10 @@
37
37
  "@synerise/ds-badge": "^0.6.48",
38
38
  "@synerise/ds-button": "^0.19.0",
39
39
  "@synerise/ds-date-picker": "^0.10.32",
40
- "@synerise/ds-date-range-picker": "^0.26.5",
40
+ "@synerise/ds-date-range-picker": "^0.26.6",
41
41
  "@synerise/ds-dropdown": "^0.17.94",
42
42
  "@synerise/ds-icon": "^0.60.0",
43
- "@synerise/ds-information-card": "^0.3.54",
43
+ "@synerise/ds-information-card": "^0.3.55",
44
44
  "@synerise/ds-inline-edit": "^0.6.94",
45
45
  "@synerise/ds-input": "^0.19.15",
46
46
  "@synerise/ds-input-number": "^0.9.2",
@@ -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": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
70
+ "gitHead": "e5a143a9e2d157a2cbb9db7a5ef67e2f10acef84"
71
71
  }