@synerise/ds-factors 0.19.2 → 0.19.4
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.19.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.3...@synerise/ds-factors@0.19.4) (2023-09-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @synerise/ds-factors
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.19.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.2...@synerise/ds-factors@0.19.3) (2023-08-30)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **factors:** set drp factor to display filter in slider mode ([ca7a4bb](https://github.com/Synerise/synerise-design/commit/ca7a4bb882a290c9fd25abbd2720ce5a3687f235))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [0.19.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-factors@0.19.1...@synerise/ds-factors@0.19.2) (2023-08-25)
|
|
7
26
|
|
|
8
27
|
**Note:** Version bump only for package @synerise/ds-factors
|
|
@@ -5,9 +5,7 @@ import { useCallback, useEffect, useMemo, useState, useRef } from 'react';
|
|
|
5
5
|
import { debounce } from 'lodash';
|
|
6
6
|
import Icon, { FullScreenM } from '@synerise/ds-icon';
|
|
7
7
|
import { theme } from '@synerise/ds-core';
|
|
8
|
-
import Autocomplete from '@synerise/ds-autocomplete';
|
|
9
|
-
// @ts-ignore
|
|
10
|
-
|
|
8
|
+
import Autocomplete from '@synerise/ds-autocomplete';
|
|
11
9
|
import { Input } from '@synerise/ds-input';
|
|
12
10
|
import * as S from './Text.styles';
|
|
13
11
|
import TextModal from './TextModal';
|
|
@@ -95,8 +93,9 @@ var TextInput = function TextInput(_ref) {
|
|
|
95
93
|
onBlur: onDeactivate,
|
|
96
94
|
error: localError || error,
|
|
97
95
|
handleInputRef: setInputRef,
|
|
98
|
-
defaultOpen: true
|
|
99
|
-
|
|
96
|
+
defaultOpen: true // fixme no readonly prop for autocomplete
|
|
97
|
+
// readOnly={readOnly}
|
|
98
|
+
|
|
100
99
|
}), autocompleteOptions == null ? void 0 : autocompleteOptions.map(function (option) {
|
|
101
100
|
return /*#__PURE__*/React.createElement(Autocomplete.Option, {
|
|
102
101
|
key: option,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synerise/ds-factors",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.4",
|
|
4
4
|
"description": "Factors UI Component for the Synerise Design System",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"repository": "Synerise/synerise-design",
|
|
@@ -32,29 +32,39 @@
|
|
|
32
32
|
],
|
|
33
33
|
"types": "dist/index.d.ts",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@synerise/ds-autocomplete": "^0.4.
|
|
36
|
-
"@synerise/ds-badge": "^0.6.
|
|
37
|
-
"@synerise/ds-button": "^0.18.
|
|
38
|
-
"@synerise/ds-date-picker": "^0.10.
|
|
39
|
-
"@synerise/ds-date-range-picker": "^0.
|
|
40
|
-
"@synerise/ds-dropdown": "^0.17.
|
|
41
|
-
"@synerise/ds-icon": "^0.58.
|
|
42
|
-
"@synerise/ds-information-card": "^0.3.
|
|
43
|
-
"@synerise/ds-inline-edit": "^0.6.
|
|
44
|
-
"@synerise/ds-input": "^0.18.
|
|
45
|
-
"@synerise/ds-input-number": "^0.8.
|
|
46
|
-
"@synerise/ds-
|
|
47
|
-
"@synerise/ds-
|
|
48
|
-
"@synerise/ds-
|
|
49
|
-
"@synerise/ds-
|
|
50
|
-
"@synerise/ds-
|
|
51
|
-
"@synerise/ds-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
35
|
+
"@synerise/ds-autocomplete": "^0.4.49",
|
|
36
|
+
"@synerise/ds-badge": "^0.6.35",
|
|
37
|
+
"@synerise/ds-button": "^0.18.1",
|
|
38
|
+
"@synerise/ds-date-picker": "^0.10.13",
|
|
39
|
+
"@synerise/ds-date-range-picker": "^0.24.1",
|
|
40
|
+
"@synerise/ds-dropdown": "^0.17.76",
|
|
41
|
+
"@synerise/ds-icon": "^0.58.1",
|
|
42
|
+
"@synerise/ds-information-card": "^0.3.33",
|
|
43
|
+
"@synerise/ds-inline-edit": "^0.6.75",
|
|
44
|
+
"@synerise/ds-input": "^0.18.50",
|
|
45
|
+
"@synerise/ds-input-number": "^0.8.23",
|
|
46
|
+
"@synerise/ds-loader": "^0.2.43",
|
|
47
|
+
"@synerise/ds-menu": "^0.17.17",
|
|
48
|
+
"@synerise/ds-modal": "^0.17.3",
|
|
49
|
+
"@synerise/ds-result": "^0.6.29",
|
|
50
|
+
"@synerise/ds-scrollbar": "^0.6.6",
|
|
51
|
+
"@synerise/ds-tabs": "^0.13.73",
|
|
52
|
+
"@synerise/ds-tooltip": "^0.14.3",
|
|
53
|
+
"@synerise/ds-utils": "^0.24.15",
|
|
54
|
+
"lodash": "^4.17.19",
|
|
55
|
+
"react-intl": "3.12.0",
|
|
56
|
+
"react-window": "1.8.5",
|
|
57
|
+
"uuid": "^8.3.2"
|
|
54
58
|
},
|
|
55
59
|
"peerDependencies": {
|
|
56
60
|
"@synerise/ds-core": "*",
|
|
57
|
-
"react": ">=16.9.0 < 17.0.0"
|
|
61
|
+
"react": ">=16.9.0 < 17.0.0",
|
|
62
|
+
"styled-components": "5.0.1"
|
|
58
63
|
},
|
|
59
|
-
"
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@testing-library/jest-dom": "5.1.1",
|
|
66
|
+
"@testing-library/react": "10.0.1",
|
|
67
|
+
"@testing-library/user-event": "^10.3.1"
|
|
68
|
+
},
|
|
69
|
+
"gitHead": "a2b1a3a78d87edfdbe97ae2f66573f4736f30e8b"
|
|
60
70
|
}
|