@synerise/ds-factors 0.15.3 → 0.15.5

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.15.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.4...@synerise/ds-factors@0.15.5) (2022-09-29)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-factors
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.15.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.3...@synerise/ds-factors@0.15.4) (2022-09-29)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **factors:** fix and make prop optional ([d5d4cca](https://github.com/Synerise/synerise-design/commit/d5d4ccab0825318edf8129cd943acb0b904a27d6))
20
+
21
+
22
+
23
+
24
+
6
25
  ## [0.15.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.15.2...@synerise/ds-factors@0.15.3) (2022-09-28)
7
26
 
8
27
 
@@ -105,7 +105,7 @@ export declare type FactorsProps = {
105
105
  loading?: boolean;
106
106
  preventAutoloadData?: boolean;
107
107
  withCustomFactor?: React.ReactNode;
108
- inputProps: InputProps;
108
+ inputProps?: InputProps;
109
109
  };
110
110
  export declare type FactorTypeSelectorProps = Pick<FactorsProps, 'unavailableFactorTypes' | 'availableFactorTypes' | 'selectedFactorType'> & {
111
111
  setSelectedFactorType: (factor: FactorType) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-factors",
3
- "version": "0.15.3",
3
+ "version": "0.15.5",
4
4
  "description": "Factors UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -36,7 +36,7 @@
36
36
  "@synerise/ds-badge": "^0.6.17",
37
37
  "@synerise/ds-button": "^0.17.9",
38
38
  "@synerise/ds-date-picker": "^0.6.41",
39
- "@synerise/ds-date-range-picker": "^0.17.1",
39
+ "@synerise/ds-date-range-picker": "^0.17.2",
40
40
  "@synerise/ds-dropdown": "^0.17.38",
41
41
  "@synerise/ds-icon": "^0.51.0",
42
42
  "@synerise/ds-information-card": "^0.1.23",
@@ -56,5 +56,5 @@
56
56
  "@synerise/ds-core": "*",
57
57
  "react": ">=16.9.0 < 17.0.0"
58
58
  },
59
- "gitHead": "07b8ee9d3f238ab4a03d04380ab9011620b55ec1"
59
+ "gitHead": "81b52bf3a3b9b3fa38f9e736674720b27b3965d0"
60
60
  }